Vielleicht kann jemand helfen...
Code: Alles auswählen
Parse error: parse error, unexpected T_GLOBAL, expecting '{' in /www/htdocs/v123871/phpBB2/includes/usercp_avatar.php on line 86Code: Alles auswählen
Parse error: parse error, unexpected T_GLOBAL, expecting '{' in /www/htdocs/v123871/phpBB2/includes/usercp_avatar.php on line 86Code: Alles auswählen
function user_avatar_url($mode, &$error, &$error_msg, $avatar_filename)
global $lang;
{Code: Alles auswählen
function user_avatar_url($mode, &$error, &$error_msg, $avatar_filename)
{
global $lang;Code: Alles auswählen
if (intval($board_config['require_activation']) == USER_ACTIVATION_ADMIN && $userdata['user_level'] != ADMIN)
{
message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
}