Verfasst: 18.06.2004 21:19
OK - hab das Problem selber gelöst.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/admin/admin_board.php on line 200
Code: Alles auswählen
Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/includes/usercp_register.php on line 1056
Code: Alles auswählen
Parse error: parse error, unexpected T_DOUBLE_ARROW, expecting ')' in /home/wolf1fba/www.wolf18.fh4u.de/phpBB2/viewtopic.php on line 1174
Code: Alles auswählen
$prune_no = ( !$new['prune_enable'] ) ? "checked=\"checked\"" : ""; // Start add - Birthday MOD
Code: Alles auswählen
$prune_no = ( !$new['prune_enable'] ) ? "checked=\"checked\"" : "";
// Start add - Birthday MOD
Code: Alles auswählen
"L_ENABLE_PRUNE" => // Start add - Birthday MOD
"L_ENABLE_BIRTHDAY_GREETING" => $lang['Enable_birthday_greeting'],
"L_BIRTHDAY_GREETING_EXPLAIN" => $lang['Birthday_greeting_expain'],
"L_BIRTHDAY_REQUIRED" => $lang['Birthday_required'],
"L_MAX_USER_AGE" => $lang['Max_user_age'],
"L_MIN_USER_AGE" => $lang['Min_user_age'],
"L_MIN_USER_AGE_EXPLAIN" => $lang['Min_user_age_explain'],
"L_BIRTHDAY_LOOKFORWARD" => $lang['Birthday_lookforward'],
"L_BIRTHDAY_LOOKFORWARD_EXPLAIN" => $lang['Birthday_lookforward_explain'],
// End add - Birthday MOD $lang['Enable_prune'],
Code: Alles auswählen
"L_ENABLE_PRUNE" => $lang['Enable_prune'],
// Start add - Birthday MOD
"L_ENABLE_BIRTHDAY_GREETING" => $lang['Enable_birthday_greeting'],
"L_BIRTHDAY_GREETING_EXPLAIN" => $lang['Birthday_greeting_expain'],
"L_BIRTHDAY_REQUIRED" => $lang['Birthday_required'],
"L_MAX_USER_AGE" => $lang['Max_user_age'],
"L_MIN_USER_AGE" => $lang['Min_user_age'],
"L_MIN_USER_AGE_EXPLAIN" => $lang['Min_user_age_explain'],
"L_BIRTHDAY_LOOKFORWARD" => $lang['Birthday_lookforward'],
"L_BIRTHDAY_LOOKFORWARD_EXPLAIN" => $lang['Birthday_lookforward_explain'],
// End add - Birthday MOD
Code: Alles auswählen
"PRUNE_NO" => // Start add - Birthday MOD
"BIRTHDAY_GREETING_YES" => $birthday_greeting_yes,
"BIRTHDAY_GREETING_NO" => $birthday_greeting_no,
"BIRTHDAY_REQUIRED_YES" => $birthday_required_yes,
"BIRTHDAY_REQUIRED_NO" => $birthday_required_no,
"MAX_USER_AGE" => $new['max_user_age'],
"MIN_USER_AGE" => $new['min_user_age'],
"BIRTHDAY_LOOKFORWARD" => $new['birthday_check_day'],
// End add - Birthday MOD
$prune_no,
Code: Alles auswählen
"PRUNE_NO" => $prune_no,
// Start add - Birthday MOD
"BIRTHDAY_GREETING_YES" => $birthday_greeting_yes,
"BIRTHDAY_GREETING_NO" => $birthday_greeting_no,
"BIRTHDAY_REQUIRED_YES" => $birthday_required_yes,
"BIRTHDAY_REQUIRED_NO" => $birthday_required_no,
"MAX_USER_AGE" => $new['max_user_age'],
"MIN_USER_AGE" => $new['min_user_age'],
"BIRTHDAY_LOOKFORWARD" => $new['birthday_check_day'],
// End add - Birthday MOD
Code: Alles auswählen
'L_INTERESTS' => // Start add - Birthday MOD
'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD $lang['Interests'],
Code: Alles auswählen
'L_INTERESTS' => $lang['Interests'],
// Start add - Birthday MOD
'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD
Code: Alles auswählen
'POSTER_NAME' => // Start add - Birthday MOD
'POSTER_AGE' => $poster_age,
// End add - Birthday MOD $poster,
Code: Alles auswählen
'POSTER_NAME' => $poster,
// Start add - Birthday MOD
'POSTER_AGE' => $poster_age,
// End add - Birthday MOD
Code: Alles auswählen
?>