checkForJavascript never returns SMPRF_JS_AUTODETECT
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Sep 2005 23:56:17 +0000 (23:56 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 6 Sep 2005 23:56:17 +0000 (23:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10072 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/prefs.php

index d92c76f0a7c5f8c55f3a5f3395cea9a0690cf429..d43c1ed5c8b91a1d52b561b3ea53f08e2f7f21fa 100644 (file)
@@ -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
+?>