1
0
Fork 0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-15 22:48:52 +00:00

Fix a minor typo []

git-svn-id: file:///svn/phpbb/trunk@5732 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames 2006-03-26 21:17:09 +00:00
parent 84c01baff3
commit 19b5f17ff8

View file

@ -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')
{