Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: event.php 4037 2008-07-24 11:56:23Z ZiNgaBuRgA $
| * $Id: event.php 4546 2009-11-28 02:34:09Z RyanGordon $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 537 | Zeile 537 |
---|
if(isset($event['repeats'])) {
|
if(isset($event['repeats'])) {
|
$this->event_update_data['repeats'] = $db->escape_string(serialize($event['repeats']));
| if(!empty($event['repeats'])) { $event['repeats'] = serialize($event['repeats']); } $this->event_update_data['repeats'] = $db->escape_string($event['repeats']);
|
}
if(isset($event['timezone']))
| }
if(isset($event['timezone']))
|