mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
git-svn-id: file:///svn/phpbb/trunk@7772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fe7242f37c
commit
eda4a35760
1 changed files with 1 additions and 1 deletions
|
@ -2089,7 +2089,7 @@ function fix_empty_primary_groups()
|
|||
*/
|
||||
function remove_invalid_users()
|
||||
{
|
||||
global $convert, $db;
|
||||
global $convert, $db, $phpEx, $phpbb_root_path;
|
||||
|
||||
// username_clean is UNIQUE
|
||||
$sql = 'SELECT user_id
|
||||
|
|
Loading…
Add table
Reference in a new issue