mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
speling erRor
git-svn-id: file:///svn/phpbb/trunk@3993 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1143,7 +1143,7 @@ function move_forum($from_id, $to_id)
|
||||
WHERE forum_id NOT IN (' . implode(', ', $moved_ids) . ')';
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
$row = $db->sql_fetchtrow($result);
|
||||
$row = $db->sql_fetchrow($result);
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
$diff = '+ ' . ($row['right_id'] - $from_data['left_id'] + 1);
|
||||
|
Reference in New Issue
Block a user