aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index f3136690a2..ae6e3bd9cf 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2757,7 +2757,7 @@ function change_database_data(&$no_updates, $version)
FROM ' . MODULES_TABLE . "
WHERE module_basename <> 'ucp_pm' AND
module_langname='UCP_PM'
- ORDER BY module_id";
+ ";
$result = $db->sql_query_limit($sql, 1);
if ($row = $db->sql_fetchrow($result))