From f69c60ece8c65db2828fc28107e3c1caf8985e89 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 2 Apr 2002 14:53:44 +0000 Subject: more changes git-svn-id: file:///svn/phpbb/trunk@2463 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/functions_admin.php') diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 456742fd38..353e36b4b9 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -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; -- cgit v1.2.1