mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +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;
|
||||
}
|
||||
|
||||
error_log("parseDateTime: ".$text." => ".print_r($time, true));
|
||||
//error_log("parseDateTime: ".$text." => ".print_r($time, true));
|
||||
|
||||
if ($time['zone'] == 'UTC') {
|
||||
return @gmmktime($time['hour'], $time['minute'], $time['second'],
|
||||
|
Loading…
Reference in New Issue
Block a user