mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
gah^2
git-svn-id: file:///svn/phpbb/trunk@8921 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ec88ec534b
commit
ec1be2563c
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class acp_main
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
$sql = 'UPDATE ' . USERS_TABLE . " SET user_posts = {$row['num_posts']} WHERE user_id = {$row['user_id']}";
|
$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++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue