Displaying and fixing some XHTML
[squirrelmail.git] / functions / prefs.php
index 80cf4104005f6857fe325c019ac981687287a4dd..ed4c8de066d96271bfc76cd52cd6d39e4bd1b4e5 100644 (file)
@@ -145,6 +145,9 @@ function computeHashDirs($username) {
     return ($hash_dirs);
 }
 
+/**
+ * FIXME: Undocumented function
+ */
 function checkForJavascript($reset = FALSE)
 {
   global $data_dir, $username, $javascript_on, $javascript_setting;
@@ -168,4 +171,4 @@ function checkForJavascript($reset = FALSE)
   return $javascript_on;
 }
 
-?>
+?>
\ No newline at end of file