summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-11-29 20:37:25 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-11-29 20:37:25 +0000
commitc1c10a18288b598da729b3cbb2ad5fcfae3e4b30 (patch)
tree114066cba65f518c62820147ed91df8dd71cb6b6 /search.php
parent94d993d8383710dbc87ea12e2a978e43e26f78e2 (diff)
downloadampache-c1c10a18288b598da729b3cbb2ad5fcfae3e4b30.tar.gz
ampache-c1c10a18288b598da729b3cbb2ad5fcfae3e4b30.tar.bz2
ampache-c1c10a18288b598da729b3cbb2ad5fcfae3e4b30.zip
fixed the glitch
Diffstat (limited to 'search.php')
-rw-r--r--search.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/search.php b/search.php
index a0bcd8f1..c5af3a54 100644
--- a/search.php
+++ b/search.php
@@ -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']);
?>