diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 07:30:23 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 07:30:23 +0900 |
commit | d703009677b94b80d6560055e7cbbf706d9e2953 (patch) | |
tree | f0a61a87d71fbf00e2613c996955489301e18cff /lib/class/playlist.class.php | |
parent | add54bc23069222b5f02f60256f13e4791fb0b33 (diff) | |
download | ampache-d703009677b94b80d6560055e7cbbf706d9e2953.tar.gz ampache-d703009677b94b80d6560055e7cbbf706d9e2953.tar.bz2 ampache-d703009677b94b80d6560055e7cbbf706d9e2953.zip |
header comment for phpdoc
Diffstat (limited to 'lib/class/playlist.class.php')
-rw-r--r-- | lib/class/playlist.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/playlist.class.php b/lib/class/playlist.class.php index e1aa603b..ded0ac03 100644 --- a/lib/class/playlist.class.php +++ b/lib/class/playlist.class.php @@ -42,7 +42,7 @@ * @author Karl Vollmer <vollmer@ampache.org> * @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @version Release: + * @version Release: 3.6 * @link http://www.ampache.org/ * @since Class available since Release 1.0 */ |