Changeset 7548


Ignore:
Timestamp:
Nov 1, 2010, 8:09:43 PM (13 years ago)
Author:
grum
Message:

fix bug on upgrade process 1.1.0 => 1.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps_install.class.inc.php

    r7479 r7548  
    142142        case '01.00.00':
    143143          $this->updateFrom_010000();
    144         case '01.00.01':
    145         case '01.00.02':
    146           $this->updateFrom_010002();
     144        case '01.01.00':
     145          $this->updateFrom_010100();
    147146        default:
    148147          // nothing to do...
     
    201200
    202201    /**
    203      * update from release 1.0.2
     202     * update from release 1.1.0
    204203     *
    205204     */
    206     private function updateFrom_010002()
     205    private function updateFrom_010100()
    207206    {
    208207
Note: See TracChangeset for help on using the changeset viewer.