diff options
Diffstat (limited to 'lib/class/preference.class.php')
-rw-r--r-- | lib/class/preference.class.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/class/preference.class.php b/lib/class/preference.class.php index 7c210481..be70bdcd 100644 --- a/lib/class/preference.class.php +++ b/lib/class/preference.class.php @@ -3,7 +3,6 @@ /** * Preference 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 Preference * @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,15 +33,11 @@ * This handles all of the preference stuff for ampache it replaces * /lib/preference.lib.php * - * @category Preference * @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/ * @see /lib/preference.lib.php - * @since Class available since Release 1.0 */ class Preference { |