diff options
author | xgizzmo <xgizzmo@ampache> | 2007-07-29 21:21:32 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-07-29 21:21:32 +0000 |
commit | e46b19547e7d16999b05577ec64631cc12796355 (patch) | |
tree | a18f0af39faecf11f2f1faa770991c34b59906a4 /templates/show_play_selected.inc.php | |
parent | f6121006313be194bc760e27e4af60828c69b38f (diff) | |
download | ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.gz ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.bz2 ampache-e46b19547e7d16999b05577ec64631cc12796355.zip |
Replace references to old code with new code
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r-- | templates/show_play_selected.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index 6b7f111c..47a083e2 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -25,7 +25,7 @@ $web_path = conf('web_path'); <table border="0" cellpadding="14" cellspacing="0" class="text-box"> <tr> <td> - <input class="button" type="button" value="<?php echo _('Play Selected'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/song.php?action=play_selected');" /> + <input class="button" type="button" value="<?php echo _('Play Selected'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/stream.php?action=play_selected');" /> <?php if (batch_ok()) { ?> <input class="button" type="button" value="<?php echo _('Download Selected'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/batch.php?action=download_selected');" /> |