Make version for core plugins 'CORE'
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 31 Aug 2007 04:59:00 +0000 (04:59 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 31 Aug 2007 04:59:00 +0000 (04:59 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12647 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/demo/setup.php

index c304463300c35b929741566f1545a90c30119fd5..95ef58ad3af09bba529614e0d3c16c778ff40b55 100644 (file)
@@ -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,