summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2011-04-04 15:12:20 -0400
committerPaul Arthur <flowerysong00@yahoo.com>2011-04-04 15:12:20 -0400
commitfd718fe7868eb17f8be63d83f5a892aadfb6afd2 (patch)
tree25e1444325bff0b45542d0d2ba45226ec0d9fdfd
parentec14f90bbc9911cff1f7d409b8537217bde86e9a (diff)
downloadampache-fd718fe7868eb17f8be63d83f5a892aadfb6afd2.tar.gz
ampache-fd718fe7868eb17f8be63d83f5a892aadfb6afd2.tar.bz2
ampache-fd718fe7868eb17f8be63d83f5a892aadfb6afd2.zip
Remove outdated comment.
-rw-r--r--lib/class/democratic.class.php3
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);