summaryrefslogtreecommitdiffstats
path: root/templates/sidebar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-22 16:27:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-22 16:27:35 +0000
commit328da9378b3350602445b48fbe4976b8f55476bb (patch)
treeff0666f15c291c57d24738a81046bcc5e568f9b0 /templates/sidebar.inc.php
parent8371bcafe75ec3427530c378f2ff2600c91dc56a (diff)
downloadampache-328da9378b3350602445b48fbe4976b8f55476bb.tar.gz
ampache-328da9378b3350602445b48fbe4976b8f55476bb.tar.bz2
ampache-328da9378b3350602445b48fbe4976b8f55476bb.zip
fixed keyword searches
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r--templates/sidebar.inc.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php
index f9a7ea92..5449baef 100644
--- a/templates/sidebar.inc.php
+++ b/templates/sidebar.inc.php
@@ -137,12 +137,11 @@ switch ($location['page']) {
<?php if ($GLOBALS['theme']['orientation'] != 'horizontal') { ?>
<li>
<form name="sub_search" method="post" action="<?php echo $web_path; ?>/search.php" enctype="multipart/form-data" style="Display:inline">
- <input type="text" name="search_string" value="<?php echo scrub_out($_REQUEST['search_string']); ?>" size="5" />
- <input class="smallbutton" type="submit" value="<?php echo _("Search"); ?>" />
+ <input type="text" name="search_string" value="" size="5" />
+ <input class="smallbutton" type="submit" value="<?php echo _('Search'); ?>" />
<input type="hidden" name="action" value="quick_search" />
<input type="hidden" name="method" value="fuzzy" />
<input type="hidden" name="object_type" value="song" />
- <input type="hidden" name="search_object[]" value="all" />
</form>
</li>
<?php } // end if ($GLOBALS['theme']['orientation'] != 'horizontal')?>