From: pdontthink Date: Fri, 31 Aug 2007 04:59:12 +0000 (+0000) Subject: Make version for core plugins 'CORE' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=af8d2b60c44ba9a521601dc4a0dfcc5b335529d2;p=squirrelmail.git Make version for core plugins 'CORE' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12648 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/test/setup.php b/plugins/test/setup.php index 220d49be..4a4cf88b 100644 --- a/plugins/test/setup.php +++ b/plugins/test/setup.php @@ -50,6 +50,7 @@ function test_info() 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,