summaryrefslogtreecommitdiffstats
path: root/lib/class/album.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r--lib/class/album.class.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/class/album.class.php b/lib/class/album.class.php
index 7018b1aa..dbf0b18e 100644
--- a/lib/class/album.class.php
+++ b/lib/class/album.class.php
@@ -3,7 +3,6 @@
/**
* Access Class
*
- * PHP version 5
*
* LICENSE: GNU General Public License, version 2 (GPLv2)
* Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved
@@ -22,14 +21,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 Album
* @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 @@
* This is the class responsible for handling the Album object
* it is related to the album table in the database.
*
- * @category Album
* @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 Album extends database_object {