mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 03:36:31 +02:00
Fix a minor typo [#1346]
git-svn-id: file:///svn/phpbb/trunk@5732 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -71,7 +71,7 @@ class acp_main
|
||||
set_config('newest_user_id', $row['user_id']);
|
||||
set_config('newest_username', $row['username']);
|
||||
}
|
||||
$db->freeresult($result);
|
||||
$db->sql_freeresult($result);
|
||||
}
|
||||
else if ($action == 'delete')
|
||||
{
|
||||
|
Reference in New Issue
Block a user