diff options
Diffstat (limited to 'lib/general.lib.php')
-rw-r--r-- | lib/general.lib.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/general.lib.php b/lib/general.lib.php index 973d6f8f..a739c081 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -3,7 +3,6 @@ /** * General Library * - * 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 General - * @package Library - * @author Karl Vollmer <vollmer@ampache.org> + * @package Ampache * @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 */ /** @@ -148,7 +143,6 @@ function format_bytes($value, $precision = 2) { * make_bool * This takes a value and returns what we consider to be the correct boolean * value. We need a special function because PHP considers "false" to be true. - * @package General */ function make_bool($string) { |