mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 08:35:31 +02:00
i feel special
git-svn-id: file:///svn/phpbb/trunk@7026 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1e8b642cf1
commit
d5d0085180
@ -2708,7 +2708,6 @@ function tidy_warnings()
|
|||||||
{
|
{
|
||||||
$sql = 'UPDATE ' . USERS_TABLE . " SET user_warnings = user_warnings - $value
|
$sql = 'UPDATE ' . USERS_TABLE . " SET user_warnings = user_warnings - $value
|
||||||
WHERE user_id = $user_id";
|
WHERE user_id = $user_id";
|
||||||
var_dump($sql);
|
|
||||||
$db->sql_query($sql);
|
$db->sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user