Adding phpDocumentator block
[squirrelmail.git] / functions / prefs.php
index 80cf4104005f6857fe325c019ac981687287a4dd..5ad88df55a06c2572bc222ce557d3253d08e9faf 100644 (file)
@@ -145,6 +145,10 @@ function computeHashDirs($username) {
     return ($hash_dirs);
 }
 
+/**
+ * FIXME: Undocumented function
+ * @access private
+ */
 function checkForJavascript($reset = FALSE)
 {
   global $data_dir, $username, $javascript_on, $javascript_setting;
@@ -168,4 +172,4 @@ function checkForJavascript($reset = FALSE)
   return $javascript_on;
 }
 
-?>
+?>
\ No newline at end of file