diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-04 15:12:20 -0400 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2011-04-04 15:12:20 -0400 |
commit | fd718fe7868eb17f8be63d83f5a892aadfb6afd2 (patch) | |
tree | 25e1444325bff0b45542d0d2ba45226ec0d9fdfd | |
parent | ec14f90bbc9911cff1f7d409b8537217bde86e9a (diff) | |
download | ampache-fd718fe7868eb17f8be63d83f5a892aadfb6afd2.tar.gz ampache-fd718fe7868eb17f8be63d83f5a892aadfb6afd2.tar.bz2 ampache-fd718fe7868eb17f8be63d83f5a892aadfb6afd2.zip |
Remove outdated comment.
-rw-r--r-- | lib/class/democratic.class.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/class/democratic.class.php b/lib/class/democratic.class.php index 576c6ccd..2f32cb75 100644 --- a/lib/class/democratic.class.php +++ b/lib/class/democratic.class.php @@ -189,9 +189,6 @@ class Democratic extends tmpPlaylist { */ public static function get_playlists() { - // Pull all tmp playlsits with a session of < 0 (as those are fake) - // This is kind of hackish, should really think about tweaking the db - // and doing this right. $sql = "SELECT `id` FROM `democratic` ORDER BY `name`"; $db_results = Dba::read($sql); |