remove hardcoded $fontset.
[squirrelmail.git] / functions / prefs.php
index d92c76f0a7c5f8c55f3a5f3395cea9a0690cf429..ec3bc71c9837d49340be45e32b3fccbe1ad5eeab 100644 (file)
@@ -3,11 +3,10 @@
 /**
  * prefs.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * This contains functions for manipulating user preferences
  *
+ * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  * @subpackage prefs
@@ -156,7 +155,7 @@ function computeHashDirs($username) {
 /**
  * Javascript support detection function
  * @param boolean $reset recheck javascript support if set to true.
- * @return integer SMPREF_JS_* constants
+ * @return integer SMPREF_JS_ON or SMPREF_JS_OFF ({@see functions/constants.php})
  * @since 1.5.1
  */
 function checkForJavascript($reset = FALSE) {