fix cut and paste typo

This commit is contained in:
Klaus Leithoff 2017-02-24 08:05:15 +00:00
parent 8f24e0dfec
commit a2e584d632

View File

@ -1716,7 +1716,7 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_
//echo "<pre>".print_r($ical_arr,true)."</pre>\n";
//$as_tz = calendar_zpush::tz2as($tz);
// Using TimezoneUtil from zpush to transform from name to as_tz array
$as_tz = TimezoneUtil::GetFullTZFromTZName($event['tzid']);
$as_tz = TimezoneUtil::GetFullTZFromTZName($tz);
//echo "$tz=<pre>".print_r($as_tz,true)."</pre>\n";
$as_tz_org = calendar_zpush::_getTZFromSyncBlob(base64_decode($sync_blob));