aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-08 02:20:05 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-08 02:20:05 +0200
commitc592cab9894c601cefc70715ef65250da81a7fdc (patch)
tree1403372735c72077d78e620747897cd4d5f54ba1 /phpBB
parentf22f89888d7066ff8995b2eaf70ab2474d3352a2 (diff)
parent4637709f0a3701bdc3b44efeb08c919f73a3cb1e (diff)
downloadforums-c592cab9894c601cefc70715ef65250da81a7fdc.tar
forums-c592cab9894c601cefc70715ef65250da81a7fdc.tar.gz
forums-c592cab9894c601cefc70715ef65250da81a7fdc.tar.bz2
forums-c592cab9894c601cefc70715ef65250da81a7fdc.tar.xz
forums-c592cab9894c601cefc70715ef65250da81a7fdc.zip
Merge branch 'ticket/nickvergessen/9628' into develop-olympus
* ticket/nickvergessen/9628: [ticket/9628] _add_module 'after'-parameter does not work correctly.
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/database_update.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 47d261dc46..145b6b50ae 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -685,7 +685,6 @@ function _add_modules($modules_to_install)
WHERE module_class = '" . $db->sql_escape($module_data['class']) . "'
AND parent_id = {$parent_id}
AND left_id BETWEEN {$first_left_id} AND {$module_row['left_id']}
- GROUP BY left_id
ORDER BY left_id";
$result = $db->sql_query($sql);
$steps = (int) $db->sql_fetchfield('num_modules');