From: jervfors Date: Mon, 5 Jul 2004 07:31:29 +0000 (+0000) Subject: Adding FIXME to comment X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=94ba79cee857030579852f5cd2b00a57dd71e967;hp=6c92ca883c24f092f2d7d8d141ed5e03098702a5 Adding FIXME to comment git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7748 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/plugin.php b/functions/plugin.php index 5fcf0b2c..adf98acc 100644 --- a/functions/plugin.php +++ b/functions/plugin.php @@ -171,7 +171,7 @@ function boolean_hook_function($name,$parm=NULL,$priority=0,$tie=false) { * be broken. If so, returns true and the plugin is invisible to the * offending browser. * *** THIS IS A TEST FOR JAVASCRIPT SUPPORT *** - * This function needs to have its name changed! + * FIXME: This function needs to have its name changed! * * @return bool whether this browser properly supports JavaScript */ @@ -189,4 +189,4 @@ if (isset($plugins) && is_array($plugins)) { } } -?> +?> \ No newline at end of file