1
0
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:
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')
{