1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00

i feel special

git-svn-id: file:///svn/phpbb/trunk@7026 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-02-20 15:33:16 +00:00
parent 1e8b642cf1
commit d5d0085180

View File

@ -2708,7 +2708,6 @@ function tidy_warnings()
{
$sql = 'UPDATE ' . USERS_TABLE . " SET user_warnings = user_warnings - $value
WHERE user_id = $user_id";
var_dump($sql);
$db->sql_query($sql);
}