diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-09 22:28:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-02-09 22:28:59 +0000 |
commit | f694c28b6331ce772dc06107209d09e466d82cad (patch) | |
tree | 6d94b36653175dc5769ee832a7c7fd15ced835e7 /stream.php | |
parent | 0c989727722f5ef9593560fe31d4fda4b4565498 (diff) | |
download | ampache-f694c28b6331ce772dc06107209d09e466d82cad.tar.gz ampache-f694c28b6331ce772dc06107209d09e466d82cad.tar.bz2 ampache-f694c28b6331ce772dc06107209d09e466d82cad.zip |
fix edit links, and some interface issues I created with other changes
Diffstat (limited to 'stream.php')
-rw-r--r-- | stream.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -145,7 +145,6 @@ switch ($_REQUEST['action']) { case 'democratic': $democratic = new Democratic($_REQUEST['democratic_id']); $urls[] = $democratic->get_url(); - $song_ids = array('0'); break; case 'download': $song_ids[] = $_REQUEST['song_id']; |