1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-06 01:44:11 +02:00
git-svn-id: file:///svn/phpbb/trunk@8921 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2008-09-23 14:40:20 +00:00
parent ec88ec534b
commit ec1be2563c

@ -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++;
}