summaryrefslogtreecommitdiffstats
path: root/lib/class/playlist.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 15:43:44 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 15:43:44 +0000
commite25a9d5480b6f12584a1297eb907906436f52da6 (patch)
treeb888fe36c538d527e77eb9769af0d257ef337fe3 /lib/class/playlist.class.php
parent181c3a17f8c5a9ac194f6c522d79a4b8bc8317b2 (diff)
downloadampache-e25a9d5480b6f12584a1297eb907906436f52da6.tar.gz
ampache-e25a9d5480b6f12584a1297eb907906436f52da6.tar.bz2
ampache-e25a9d5480b6f12584a1297eb907906436f52da6.zip
I swear the last db upgrade of this release... at least it better be or I will have to beat myself up
Diffstat (limited to 'lib/class/playlist.class.php')
-rw-r--r--lib/class/playlist.class.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php
index 201b63e1..f0ef69ff 100644
--- a/lib/class/playlist.class.php
+++ b/lib/class/playlist.class.php
@@ -119,7 +119,6 @@ class Playlist {
$results = array();
while ($r = mysql_fetch_assoc($db_results)) {
-
if ($r['dyn_song']) {
$array = $this->get_dyn_songs($r['dyn_song']);
$results = array_merge($array,$results);
@@ -172,7 +171,6 @@ class Playlist {
* Query has to return id which must be a song.id
*/
$db_results = mysql_query($dyn_string, dbh());
-
$results = array();
while ($r = mysql_fetch_assoc($db_results)) {