From: jervfors Date: Mon, 5 Jul 2004 07:32:21 +0000 (+0000) Subject: Adding phpDocumentator block X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=e9219f94b43bfabf3346ef196bd0113aee453271 Adding phpDocumentator block git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7749 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/prefs.php b/functions/prefs.php index 80cf4104..5ad88df5 100644 --- a/functions/prefs.php +++ b/functions/prefs.php @@ -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