mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 04:20:32 +02:00
more changes
git-svn-id: file:///svn/phpbb/trunk@2463 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -71,7 +71,7 @@ function sync($type, $id)
|
||||
|
||||
while( $row = $db->sql_fetchrow($result) )
|
||||
{
|
||||
sync("forum", $row['forum_id']);
|
||||
sync('forum', $row['forum_id']);
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -85,7 +85,7 @@ function sync($type, $id)
|
||||
|
||||
while( $row = $db->sql_fetchrow($result) )
|
||||
{
|
||||
sync("topic", $row['topic_id']);
|
||||
sync('topic', $row['topic_id']);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user