diff options
| author | Bruno Ais <brunoaiss@gmail.com> | 2012-12-01 10:05:20 +0000 |
|---|---|---|
| committer | Bruno Ais <brunoaiss@gmail.com> | 2012-12-01 10:05:20 +0000 |
| commit | 1ce06711811561d2e3fa3c6ba2aeac4ebffa6581 (patch) | |
| tree | 30852948ebd4c388e246f9e27683fbb23b5c4004 /phpBB/install/database_update.php | |
| parent | a0d5c52eb6e8ef3a6bb44cff60b364d3a3a5bf3e (diff) | |
| download | forums-1ce06711811561d2e3fa3c6ba2aeac4ebffa6581.tar forums-1ce06711811561d2e3fa3c6ba2aeac4ebffa6581.tar.gz forums-1ce06711811561d2e3fa3c6ba2aeac4ebffa6581.tar.bz2 forums-1ce06711811561d2e3fa3c6ba2aeac4ebffa6581.tar.xz forums-1ce06711811561d2e3fa3c6ba2aeac4ebffa6581.zip | |
[ticket/10601] The ORDER BY is only taking space there
PHPBB3-10601
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
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)) |
