diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-08-12 22:21:34 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-08-12 22:21:34 +0200 |
commit | 0f3a5ebfad2c6a8fbb98062f0e0605df65dfd875 (patch) | |
tree | 53dd624400ac1cb65b5d6930d7a81d396cf1c344 | |
parent | f31eb72b8cad47dcf6515e112eb67a1b5fceabd3 (diff) | |
download | rpg-0f3a5ebfad2c6a8fbb98062f0e0605df65dfd875.tar.gz rpg-0f3a5ebfad2c6a8fbb98062f0e0605df65dfd875.tar.bz2 |
don't resort pages in html_search()
darcs-hash:20080812202134-7ad00-9ce6075c5b4eb1960e17338822814c89d180b65e.gz
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 59a3de344..12ca28c1f 100644 --- a/inc/html.php +++ b/inc/html.php @@ -324,7 +324,6 @@ function html_search(){ $data = ft_pageLookup($id); if(count($data)){ - sort($data); print '<div class="search_quickresult">'; print '<h3>'.$lang['quickhits'].':</h3>'; print '<ul class="search_quickhits">'; |