http://www.carinahermse.nl/phpBB2/posti ... =reply&t=1
Parse error: parse error, unexpected T_BOOLEAN_OR in /home/carinahe/public_html/phpBB2/posting.php on line 419
Dit probleem heb ik ook. Ik weet niet wat er hier fout is. Ik heb de regel waar het over gaat regel 419 rood gemaakt.
Nu maar verder klussen

Maar ziet iemand wat er her fout is?
{
message_die(GENERAL_MESSAGE, $lang['No_such_post']);
}
//
// The user is not authed, if they're not logged in then redirect
// them, else show them an error message
//
//-- mod : calendar --------------------------------------------------------------------------------
// here we added
// || (!empty($is_auth_type_cal) && !$is_auth[$is_auth_type_cal])
//-- modify
if ( !$is_auth[$is_auth_type] )
|| (!empty($is_auth_type_cal) && !$is_auth$is_auth_type_cal])
//-- fin mod : calendar ----------------------------------------------------------------------------
{
if ( $userdata['session_logged_in'] )
{