From c00297da845a0b7421b310443b8a4d2afed74b07 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 23 Sep 2015 00:47:57 -0400 Subject: [PATCH] Remove strange sql hack that breaks sql by appending new order by clause... --- Sources/Subs-Db-mysql.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Subs-Db-mysql.php b/Sources/Subs-Db-mysql.php index 3999462..6607457 100644 --- a/Sources/Subs-Db-mysql.php +++ b/Sources/Subs-Db-mysql.php @@ -248,9 +248,9 @@ function smf_db_query($identifier, $db_string, $db_values = array(), $connection 'alter_table_boards' => array( '~(.+)~' => '', ), - 'boardindex_fetch_boards' => array( - '~(.)$~' => '$1 ORDER BY b.board_order', - ), + //'boardindex_fetch_boards' => array( + // '~(.)$~' => '$1 ORDER BY b.board_order', + //), 'messageindex_fetch_boards' => array( '~(.)$~' => '$1 ORDER BY b.board_order', ),