Remove strange sql hack that breaks sql by appending new order by clause...

This commit is contained in:
Travis Burtrum 2015-09-23 00:47:57 -04:00
parent c7cd84b5b2
commit c00297da84

View File

@ -248,9 +248,9 @@ function smf_db_query($identifier, $db_string, $db_values = array(), $connection
'alter_table_boards' => array( 'alter_table_boards' => array(
'~(.+)~' => '', '~(.+)~' => '',
), ),
'boardindex_fetch_boards' => array( //'boardindex_fetch_boards' => array(
'~(.)$~' => '$1 ORDER BY b.board_order', // '~(.)$~' => '$1 ORDER BY b.board_order',
), //),
'messageindex_fetch_boards' => array( 'messageindex_fetch_boards' => array(
'~(.)$~' => '$1 ORDER BY b.board_order', '~(.)$~' => '$1 ORDER BY b.board_order',
), ),