diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2013-01-14 17:18:04 -0500 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2013-01-15 01:26:37 -0500 |
commit | 4afe4b507b46ee4227baf63aa80d0024b40ebf56 (patch) | |
tree | 8a2ed47bc2a8d6c10e4b409a8515d572ba53cef7 | |
parent | 663798897fbceadc54e09f1751228836f0f2be67 (diff) | |
download | ampache-4afe4b507b46ee4227baf63aa80d0024b40ebf56.tar.gz ampache-4afe4b507b46ee4227baf63aa80d0024b40ebf56.tar.bz2 ampache-4afe4b507b46ee4227baf63aa80d0024b40ebf56.zip |
Cosmetics: correct outdated tmpPlaylist comment
-rw-r--r-- | lib/class/tmpplaylist.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
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() { |