From: pdontthink Date: Fri, 31 Aug 2007 04:59:00 +0000 (+0000) Subject: Make version for core plugins 'CORE' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6d31bea85368744def6cfc1baf4e247db517f600;p=squirrelmail.git Make version for core plugins 'CORE' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12647 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/demo/setup.php b/plugins/demo/setup.php index c3044633..95ef58ad 100644 --- a/plugins/demo/setup.php +++ b/plugins/demo/setup.php @@ -52,6 +52,7 @@ function demo_info() return array( 'english_name' => 'Demo', + 'version' => 'CORE', 'summary' => 'This plugin provides test/sample code for many of the hook points in the SquirrelMail core.', 'details' => 'This plugin provides test/sample code for many of the hook points in the SquirrelMail core.', 'requires_configuration' => 0,