Adding FIXME to comment
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 Jul 2004 07:31:29 +0000 (07:31 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 5 Jul 2004 07:31:29 +0000 (07:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7748 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/plugin.php

index 5fcf0b2c49679c1cf4ac87c8095a0e2174835d40..adf98accea725bfe8dc001ff896a72d7b7a0eb72 100644 (file)
@@ -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 ***
  * 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
  */
  *
  * @return bool whether this browser properly supports JavaScript
  */
@@ -189,4 +189,4 @@ if (isset($plugins) && is_array($plugins)) {
     }
 }
 
     }
 }
 
-?>
+?>
\ No newline at end of file