[geeklog-cvs] geeklog: Need to handle "upgrade" step from Calendar version 1.0.3

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 3 09:18:56 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/752c977d9aa0
changeset: 7347:752c977d9aa0
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Oct 03 15:18:47 2009 +0200
description:
Need to handle "upgrade" step from Calendar version 1.0.3

diffstat:

 plugins/calendar/functions.inc |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r c1c6258c8b23 -r 752c977d9aa0 plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Sat Oct 03 15:08:13 2009 +0200
+++ b/plugins/calendar/functions.inc	Sat Oct 03 15:18:47 2009 +0200
@@ -1478,6 +1478,10 @@
     $done = false;
     while (! $done) {
         switch ($current_version) {
+        case '1.0.3':
+            $current_version = '1.1.0';
+            break;
+
         case '1.1.0':
             if (isset($_UPDATES[$current_version])) {
                 $_SQL = $_UPDATES[$current_version];



More information about the geeklog-cvs mailing list