Comment change only
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 20 Jan 2007 07:02:22 +0000 (07:02 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 20 Jan 2007 07:02:22 +0000 (07:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12160 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/configtest.php

index eb6b3223899b8b1e57d50f521f2c99209cff7f63..4f695be2b824df9b025850110ce1d4b22e5e61cc 100644 (file)
@@ -349,7 +349,7 @@ if (isset($plugins[0])) {
         do_err($plugin_load_error);
     }
     /**
-     * This hook was added in 1.5.2. Each plugins should print an error 
+     * This hook was added in 1.5.2 and 1.4.10. Each plugins should print an error 
      * message and return TRUE if there are any errors in its setup/configuration.
      */
     $plugin_err = boolean_hook_function('configtest', $null);