mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10601] The ORDER BY is only taking space there
PHPBB3-10601
This commit is contained in:
parent
a0d5c52eb6
commit
1ce0671181
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue