mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-06 09:54:37 +02:00
gah^2
git-svn-id: file:///svn/phpbb/trunk@8921 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -202,7 +202,7 @@ class acp_main
|
||||
do
|
||||
{
|
||||
$sql = 'UPDATE ' . USERS_TABLE . " SET user_posts = {$row['num_posts']} WHERE user_id = {$row['user_id']}";
|
||||
_sql($sql, $errored, $error_ary);
|
||||
$db->sql_query($sql);
|
||||
|
||||
$i++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user