From e9219f94b43bfabf3346ef196bd0113aee453271 Mon Sep 17 00:00:00 2001 From: jervfors Date: Mon, 5 Jul 2004 07:32:21 +0000 Subject: [PATCH] Adding phpDocumentator block git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7749 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/prefs.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.25.1