Prevent endless recursive sent subfolder names - see: http://thread.gmane.org/gmane...
[squirrelmail.git] / plugins / test / setup.php
index 81646c65e360bd1ae214ed6652dd41b3e40e4ffb..f0deaa00bc2b99f0171e58a5a50c37386a624c9f 100644 (file)
@@ -2,9 +2,9 @@
 
 /**
   * SquirrelMail Test Plugin
 
 /**
   * SquirrelMail Test Plugin
-  * @copyright © 2006 The SquirrelMail Project Team
+  * @copyright 2006-2012 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
-  * @version $Id: setup.php 11080 2006-04-23 19:00:45Z tokul $
+  * @version $Id$
   * @package plugins
   * @subpackage test
   */
   * @package plugins
   * @subpackage test
   */
@@ -50,6 +50,7 @@ function test_info()
 
    return array(
              'english_name' => 'Test',
 
    return array(
              'english_name' => 'Test',
+             'version' => 'CORE',
              'summary' => 'This plugin provides some test mechanisms for further diagnosis of the system upon which you are attempting to run SquirrelMail.',
              'details' => 'This plugin provides some test mechanisms for further diagnosis of the system upon which you are attempting to run SquirrelMail.',
              'requires_configuration' => 0,
              'summary' => 'This plugin provides some test mechanisms for further diagnosis of the system upon which you are attempting to run SquirrelMail.',
              'details' => 'This plugin provides some test mechanisms for further diagnosis of the system upon which you are attempting to run SquirrelMail.',
              'requires_configuration' => 0,