mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Fix a minor typo [#1346]
git-svn-id: file:///svn/phpbb/trunk@5732 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
84c01baff3
commit
19b5f17ff8
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue