calendar/inc/class.calendar_boupdate.inc.php 1 location
|
@@ 2171-2179 (lines=9) @@
|
| 2168 |
|
} |
| 2169 |
|
} |
| 2170 |
|
|
| 2171 |
|
if (!empty($event['uid'])) |
| 2172 |
|
{ |
| 2173 |
|
$query['cal_uid'] = $event['uid']; |
| 2174 |
|
if ($this->log) |
| 2175 |
|
{ |
| 2176 |
|
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__. |
| 2177 |
|
'(' . $event['uid'] . ")[EventUID]\n",3,$this->logfile); |
| 2178 |
|
} |
| 2179 |
|
} |
| 2180 |
|
|
| 2181 |
|
if ($this->log) |
| 2182 |
|
{ |
calendar/inc/class.calendar_ical.inc.php 1 location
|
@@ 1759-1764 (lines=6) @@
|
| 1756 |
|
$return_id = null; |
| 1757 |
|
} |
| 1758 |
|
|
| 1759 |
|
if ($this->log) |
| 1760 |
|
{ |
| 1761 |
|
$event_info['stored_event'] = $this->read($event_info['stored_event']['id']); |
| 1762 |
|
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."()[$updated_id]\n" . |
| 1763 |
|
array2string($event_info['stored_event'])."\n",3,$this->logfile); |
| 1764 |
|
} |
| 1765 |
|
} |
| 1766 |
|
date_default_timezone_set($GLOBALS['egw_info']['server']['server_timezone']); |
| 1767 |
|
|