Hallo,
ich bekomme die folgende Fehlermeldung und weiß nicht genau, was ich ändern muß, damit es wieder kappt.
Parse error: syntax error, unexpected T_LNUMBER in /var/www/web242/html/redaxo/include/classes/class.article.inc.php(179) : eval()'d code on line 114
Line 107 - 121:
{
return FALSE;
}
}
}
function setTemplateId($template_id)
{
$this->template_id = $template_id;
}
function getTemplateId()
{
return $this->template_id;
}

