Vergleich inc/datahandlers/event.php - 1.6.0 - 1.6.6

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: event.php 5016 2010-06-12 00:24:02Z RyanGordon $

 * $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 389Zeile 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();
}