mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +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 . "
|
FROM ' . MODULES_TABLE . "
|
||||||
WHERE module_basename <> 'ucp_pm' AND
|
WHERE module_basename <> 'ucp_pm' AND
|
||||||
module_langname='UCP_PM'
|
module_langname='UCP_PM'
|
||||||
ORDER BY module_id";
|
";
|
||||||
$result = $db->sql_query_limit($sql, 1);
|
$result = $db->sql_query_limit($sql, 1);
|
||||||
|
|
||||||
if ($row = $db->sql_fetchrow($result))
|
if ($row = $db->sql_fetchrow($result))
|
||||||
|
|
Loading…
Add table
Reference in a new issue