Ich habe mir zur Rechtschreibprüfung den "spelling cow mod" installiert. Leider gibt es nun immer wenn ich auf "Profil" gehe eine Fehlermeldung.
Code: Alles auswählen
Parse error: parse error, unexpected T_VARIABLE, expecting ',' or ')' in /srv/www/htdocs/web223/html/forum/includes/usercp_register.php on line 153
Code: Alles auswählen
$allowbbcode = ( isset($HTTP_POST_VARS['allowbbcode']) ) ? ( ($HTTP_POST_VARS['allowbbcode']) ? TRUE : 0 ) : $board_config['allow_bbcode'];$allowsmilies = ( isset($HTTP_POST_VARS['allowsmilies']$spellcheck = ( isset($HTTP_POST_VARS['spellcheck']) ) ? ( ($HTTP_POST_VARS['spellcheck']) ? TRUE : 0 ) : TRUE ;) ) ? ( ($HTTP_POST_VARS['allowsmilies']) ? TRUE : 0 ) : $board_config['allow_smilies'];