Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: event.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: event.php 5625 2011-10-02 19:16:35Z ralgith $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 389 | Zeile 389 |
---|
$this->verify_date(); }
|
$this->verify_date(); }
|
if(($this->method == "insert" && $events['endtime']) || array_key_exists('repeats', $event))
| if(($this->method == "insert" && $event['endtime']) || array_key_exists('repeats', $event))
|
{ $this->verify_repeats(); }
| { $this->verify_repeats(); }
|