From c014db31b6d1f7f8da964de56e4fe5238b0ac366 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 6 Sep 2005 23:56:17 +0000 Subject: [PATCH] checkForJavascript never returns SMPRF_JS_AUTODETECT git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10072 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/prefs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/prefs.php b/functions/prefs.php index d92c76f0..d43c1ed5 100644 --- a/functions/prefs.php +++ b/functions/prefs.php @@ -156,7 +156,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) { @@ -181,4 +181,4 @@ function checkForJavascript($reset = FALSE) { return $javascript_on; } -?> \ No newline at end of file +?> -- 2.25.1