Vergleich inc/datahandlers/event.php - 1.6.11 - 1.6.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 62Zeile 62
	function verify_name()
{
$name = &$this->data['name'];

	function verify_name()
{
$name = &$this->data['name'];

		$name = utf8_handle_4byte_string($name);

 
		$name = trim($name);
if(!$name)
{

		$name = trim($name);
if(!$name)
{

Zeile 80Zeile 79
	function verify_description()
{
$description = &$this->data['description'];

	function verify_description()
{
$description = &$this->data['description'];

		$description = utf8_handle_4byte_string($description);

 
		$description = trim($description);
if(!$description)
{

		$description = trim($description);
if(!$description)
{