mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
"switching of error_log in _parseDateTime()"
This commit is contained in:
parent
7bb929eabe
commit
6d274a7aca
@ -905,7 +905,7 @@ class Horde_iCalendar {
|
|||||||
return $time;
|
return $time;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log("parseDateTime: ".$text." => ".print_r($time, true));
|
//error_log("parseDateTime: ".$text." => ".print_r($time, true));
|
||||||
|
|
||||||
if ($time['zone'] == 'UTC') {
|
if ($time['zone'] == 'UTC') {
|
||||||
return @gmmktime($time['hour'], $time['minute'], $time['second'],
|
return @gmmktime($time['hour'], $time['minute'], $time['second'],
|
||||||
|
Loading…
Reference in New Issue
Block a user