mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
missing ;
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3220 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -134,7 +134,7 @@ function validate_email($email)
|
|||||||
return array('error' => true, 'error_msg' => $lang['Email_banned']);
|
return array('error' => true, 'error_msg' => $lang['Email_banned']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while($row = $db->sql_fetchrow($result))
|
while($row = $db->sql_fetchrow($result));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
Reference in New Issue
Block a user