Need to handle "upgrade" step from Calendar version 1.0.3 HEAD
authorDirk Haun <dirk@haun-online.de>
Sat Oct 03 15:18:47 2009 +0200 (4 months ago)
branchHEAD
changeset 7347752c977d9aa0
parent 7346c1c6258c8b23
child 7348696d17bec61e
Need to handle "upgrade" step from Calendar version 1.0.3
plugins/calendar/functions.inc
     1.1 --- a/plugins/calendar/functions.inc	Sat Oct 03 15:08:13 2009 +0200
     1.2 +++ b/plugins/calendar/functions.inc	Sat Oct 03 15:18:47 2009 +0200
     1.3 @@ -1478,6 +1478,10 @@
     1.4      $done = false;
     1.5      while (! $done) {
     1.6          switch ($current_version) {
     1.7 +        case '1.0.3':
     1.8 +            $current_version = '1.1.0';
     1.9 +            break;
    1.10 +
    1.11          case '1.1.0':
    1.12              if (isset($_UPDATES[$current_version])) {
    1.13                  $_SQL = $_UPDATES[$current_version];