mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 08:15:09 -05:00
Remove strange sql hack that breaks sql by appending new order by clause...
This commit is contained in:
parent
c7cd84b5b2
commit
c00297da84
@ -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',
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user