From 6d31bea85368744def6cfc1baf4e247db517f600 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 31 Aug 2007 04:59:00 +0000 Subject: [PATCH] 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 --- plugins/demo/setup.php | 1 + 1 file changed, 1 insertion(+) 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, -- 2.25.1