summaryrefslogtreecommitdiffstats
path: root/templates/show_alphabet_form.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-05 08:07:00 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-05 08:07:00 +0000
commitb611d2e0a3c4b3e67273478baa4138e3bf47c7b4 (patch)
tree4b402e7465e121035a37c875b4ee296e83ad5dc2 /templates/show_alphabet_form.inc.php
parent2e340028710ec8cb83defc02dce6bcd0c6993d01 (diff)
downloadampache-b611d2e0a3c4b3e67273478baa4138e3bf47c7b4.tar.gz
ampache-b611d2e0a3c4b3e67273478baa4138e3bf47c7b4.tar.bz2
ampache-b611d2e0a3c4b3e67273478baa4138e3bf47c7b4.zip
* Added echo of pattern on print tags
* Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay
Diffstat (limited to 'templates/show_alphabet_form.inc.php')
-rw-r--r--templates/show_alphabet_form.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php
index f7476bee..e8b149de 100644
--- a/templates/show_alphabet_form.inc.php
+++ b/templates/show_alphabet_form.inc.php
@@ -23,5 +23,5 @@
<form style="display:inline;" name="f" method="get" action="<?php echo conf('web_path') . "/$action"; ?>" enctype="multipart/form-data">
<label for="match" accesskey="S"><?php echo $text; ?></label>
<input type="text" size="1" id="match" name="match" value="<?php echo $match; ?>" />
- <input type="hidden" name="action" value="match" />
+ <input type="hidden" name="action" value="<?php echo scrub_out($_REQUEST['action']); ?>">
</form>