mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
speling erRor
git-svn-id: file:///svn/phpbb/trunk@3993 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
13da69d625
commit
0a73232ab0
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ function move_forum($from_id, $to_id)
|
||||||
WHERE forum_id NOT IN (' . implode(', ', $moved_ids) . ')';
|
WHERE forum_id NOT IN (' . implode(', ', $moved_ids) . ')';
|
||||||
$result = $db->sql_query($sql);
|
$result = $db->sql_query($sql);
|
||||||
|
|
||||||
$row = $db->sql_fetchtrow($result);
|
$row = $db->sql_fetchrow($result);
|
||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
$diff = '+ ' . ($row['right_id'] - $from_data['left_id'] + 1);
|
$diff = '+ ' . ($row['right_id'] - $from_data['left_id'] + 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue