From 4afe4b507b46ee4227baf63aa80d0024b40ebf56 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 14 Jan 2013 17:18:04 -0500 Subject: Cosmetics: correct outdated tmpPlaylist comment --- lib/class/tmpplaylist.class.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/class/tmpplaylist.class.php') diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php index ed557b0d..f6dcef8f 100644 --- a/lib/class/tmpplaylist.class.php +++ b/lib/class/tmpplaylist.class.php @@ -144,8 +144,6 @@ class tmpPlaylist extends database_object { /** * get_items * Returns an array of all object_ids currently in this tmpPlaylist. - * This has gotten a little more complicated because of type, the values - * are an array (0 being ID, 1 being TYPE). */ public function get_items() { -- cgit