Changeset 8991
- Timestamp:
- Jan 30, 2011, 8:50:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMenuManager/amm_install.class.inc.php
r8990 r8991 185 185 case '02.02.01': 186 186 case '02.02.02': 187 case '02.02.03': 187 188 $this->config['newInstall']='n'; 188 189 $this->updateFrom_020200(); … … 192 193 */ 193 194 194 if($this->config['installed']<='02.02.0 2' or195 if($this->config['installed']<='02.02.03' or 195 196 $this->config['newInstall']=='y') 196 197 { 197 198 /* 198 199 * if new install 199 * or plugin updated from a release <= 2.2. 0200 * or plugin updated from a release <= 2.2.3 200 201 * or plugin 201 202 *
Note: See TracChangeset
for help on using the changeset viewer.