git-svn-id: file:///svn/phpbb/trunk@7772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-06-18 07:33:42 +00:00
parent fe7242f37c
commit eda4a35760

View file

@ -2089,7 +2089,7 @@ function fix_empty_primary_groups()
*/ */
function remove_invalid_users() function remove_invalid_users()
{ {
global $convert, $db; global $convert, $db, $phpEx, $phpbb_root_path;
// username_clean is UNIQUE // username_clean is UNIQUE
$sql = 'SELECT user_id $sql = 'SELECT user_id