[geeklog-cvs] geeklog: There were no database changes in 1.7.2, so if we're co...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 25 15:38:40 EDT 2011


changeset 8196:8d1c0831ebd4
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8d1c0831ebd4
user: Dirk Haun <dirk at haun-online.de>
date: Fri Mar 25 20:38:28 2011 +0100
description:
There were no database changes in 1.7.2, so if we're coming from 1.7.1 or 1.7.2, we can always jump directly to 1.8.0

diffstat:

 public_html/admin/install/lib-upgrade.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 1183c536a4dc -r 8d1c0831ebd4 public_html/admin/install/lib-upgrade.php
--- a/public_html/admin/install/lib-upgrade.php	Tue Mar 22 22:54:59 2011 +0000
+++ b/public_html/admin/install/lib-upgrade.php	Fri Mar 25 20:38:28 2011 +0100
@@ -500,6 +500,7 @@
             break;
 
         case '1.7.1':
+        case '1.7.2':
             require_once $_CONF['path'] . 'sql/updates/' . $_DB_dbms . '_1.7.1_to_1.8.0.php';
             INST_updateDB($_SQL);
 



More information about the geeklog-cvs mailing list