diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-23 15:45:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-23 15:45:31 +0000 |
commit | 51f91c7b345cc90e742333976fa464d316a41283 (patch) | |
tree | 1dd25448acacf13c86d32ef1aa7878a06f1434f9 /templates/show_search.inc | |
parent | 2b62d84743744d01e71f8e6772261300b367fe8b (diff) | |
download | ampache-51f91c7b345cc90e742333976fa464d316a41283.tar.gz ampache-51f91c7b345cc90e742333976fa464d316a41283.tar.bz2 ampache-51f91c7b345cc90e742333976fa464d316a41283.zip |
updated spanish translation and tweak to vainfo
Diffstat (limited to 'templates/show_search.inc')
-rw-r--r-- | templates/show_search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index 5ed3e676..dc6a0a56 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -33,7 +33,7 @@ <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Keywords') ?></td> <td> - <input type="text" id="s_all" name="s_all" value="<?php echo scrub_out($_REQUEST['s_keywords']); ?>"/> + <input type="text" id="s_all" name="s_all" value="<?php echo scrub_out($_REQUEST['s_all']); ?>"/> </td> <td><?php echo _('Comment'); ?></td> <td> |