Changeset 8991


Ignore:
Timestamp:
Jan 30, 2011, 8:50:52 PM (13 years ago)
Author:
grum
Message:

release 3.0.0
fix bug on install/update process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_install.class.inc.php

    r8990 r8991  
    185185        case '02.02.01':
    186186        case '02.02.02':
     187        case '02.02.03':
    187188          $this->config['newInstall']='n';
    188189          $this->updateFrom_020200();
     
    192193           */
    193194
    194           if($this->config['installed']<='02.02.02' or
     195          if($this->config['installed']<='02.02.03' or
    195196             $this->config['newInstall']=='y')
    196197          {
    197198            /*
    198199             * if    new install
    199              *    or plugin updated from a release <= 2.2.0
     200             *    or plugin updated from a release <= 2.2.3
    200201             *    or plugin
    201202             *
Note: See TracChangeset for help on using the changeset viewer.