1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10601] The ORDER BY is only taking space there

PHPBB3-10601
This commit is contained in:
Bruno Ais 2012-12-01 10:05:20 +00:00
parent a0d5c52eb6
commit 1ce0671181

View File

@ -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))