Ignore:
Timestamp:
Apr 25, 2010, 1:22:40 AM (14 years ago)
Author:
grum
Message:

Some changes on release 0.4b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/maintain.inc.php

    r5935 r5959  
    3535 * -------------------------------------------------------------------------- */
    3636$gpc_installed=false;
    37 $gpcNeeded="3.0.0";
     37$gpcNeeded="3.1.0";
    3838if(file_exists(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php'))
    3939{
    4040  @include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/CommonPlugin.class.inc.php');
    41   // need GPC release greater or equal than 3.0.0
    42   if(CommonPlugin::checkGPCRelease(3,0,0))
     41  // need GPC release greater or equal than 3.1.0
     42  if(CommonPlugin::checkGPCRelease(3,1,0))
    4343  {
    4444    @include_once("amd_install.class.inc.php");
Note: See TracChangeset for help on using the changeset viewer.