summaryrefslogtreecommitdiffstats
path: root/templates/show_search.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-05 01:54:51 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-09-05 01:54:51 +0000
commit7b89ee50023a4a8ea60e9bc1789072d6a1db91e9 (patch)
tree811719b74a218c711bd6a5d9de2b744cabd04801 /templates/show_search.inc.php
parent805d273b0f41ba55027babaeff01845d7bd04d64 (diff)
downloadampache-7b89ee50023a4a8ea60e9bc1789072d6a1db91e9.tar.gz
ampache-7b89ee50023a4a8ea60e9bc1789072d6a1db91e9.tar.bz2
ampache-7b89ee50023a4a8ea60e9bc1789072d6a1db91e9.zip
fixed album/artist/whateva editing, fixing stats, fixed search...
Diffstat (limited to 'templates/show_search.inc.php')
-rw-r--r--templates/show_search.inc.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php
index c97f7535..0dda6a47 100644
--- a/templates/show_search.inc.php
+++ b/templates/show_search.inc.php
@@ -139,12 +139,4 @@
</tr>
</table>
</form>
-
-<?php if ($_REQUEST['action'] == 'search' || $_REQUEST['action'] == 'quick_search') { ?>
-<br />
-<form method="post" action="<?php echo Config::get('web_path'); ?>/playlist.php?action=add_dyn_song">
-<?php echo _('Save Search As Track on'); ?>:
-<?php show_playlist_select($_SESSION['data']['playlist_id'],'dynamic'); ?>
-<input class="button" type="submit" value="<?php echo _('Save'); ?>" /></form>
-<?php } ?>
<?php show_box_bottom(); ?>