summaryrefslogtreecommitdiffstats
path: root/lib/class/tmpplaylist.class.php
diff options
context:
space:
mode:
authorPaul Arthur <flowerysong00@yahoo.com>2011-04-04 17:37:10 -0400
committerPaul Arthur <flowerysong00@yahoo.com>2011-04-04 17:37:10 -0400
commit4aa256cb07ee2dd0a113b56b06accf1dae2c61c7 (patch)
tree29384b717d28e524b9fb5a699f59f7d1b827f6ff /lib/class/tmpplaylist.class.php
parent012006b3cfcb0743cb17c0ab040b38bccd04599f (diff)
downloadampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.gz
ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.tar.bz2
ampache-4aa256cb07ee2dd0a113b56b06accf1dae2c61c7.zip
Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
Diffstat (limited to 'lib/class/tmpplaylist.class.php')
-rw-r--r--lib/class/tmpplaylist.class.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/class/tmpplaylist.class.php b/lib/class/tmpplaylist.class.php
index 34f02abe..f06984b5 100644
--- a/lib/class/tmpplaylist.class.php
+++ b/lib/class/tmpplaylist.class.php
@@ -3,7 +3,6 @@
/**
* TmpPlaylist Class
*
- * PHP version 5
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -21,14 +20,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * @category TmpPlaylist
* @package Ampache
- * @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version PHP 5.2
* @link http://www.ampache.org/
- * @since File available since Release 1.0
*/
/**
@@ -38,14 +33,10 @@
* tmp_playlist and tmp_playlist_data tables, and sneaks out at night to
* visit user_vote from time to time
*
- * @category TempPlaylist
* @package Ampache
- * @author Karl Vollmer <vollmer@ampache.org>
* @copyright 2001 - 2011 Ampache.org
* @license http://opensource.org/licenses/gpl-2.0 GPLv2
- * @version Release: 3.6
* @link http://www.ampache.org/
- * @since Class available since Release 1.0
*/
class tmpPlaylist extends database_object {