diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-29 20:37:25 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-29 20:37:25 +0000 |
commit | c1c10a18288b598da729b3cbb2ad5fcfae3e4b30 (patch) | |
tree | 114066cba65f518c62820147ed91df8dd71cb6b6 /search.php | |
parent | 94d993d8383710dbc87ea12e2a978e43e26f78e2 (diff) | |
download | ampache-c1c10a18288b598da729b3cbb2ad5fcfae3e4b30.tar.gz ampache-c1c10a18288b598da729b3cbb2ad5fcfae3e4b30.tar.bz2 ampache-c1c10a18288b598da729b3cbb2ad5fcfae3e4b30.zip |
fixed the glitch
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -58,11 +58,6 @@ switch ($action) { break; } -if ($_REQUEST['action'] === 'search') { - run_search($_REQUEST['search_string'], $_REQUEST['search_field'], $_REQUEST['search_type']); -} - - show_clear(); show_page_footer ('Search', '',$user->prefs['display_menu']); ?> |