mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:05:23 +02:00
gah
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8920 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -203,7 +203,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