aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.6.2.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-10-15 22:51:04 +0000
committerplegall <plg@piwigo.org>2008-10-15 22:51:04 +0000
commit57a366a7a5d5a08f24a5fb0c00bc12c297221d19 (patch)
tree8bc3a77003d1158559a054cfa6b7a753f106e516 /install/upgrade_1.6.2.php
parent3e49cf5f56cfb64e1f3b00cecda8868f6b43f72f (diff)
new: upgrade script from 1.7.0. Instead of previous upgrade scripts, I call
directly the "unit" upgrades from 61 to current. Previous upgrades not in the database are inserted but not applied (and have an explicit description saying so). git-svn-id: http://piwigo.org/svn/branches/2.0@2754 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--install/upgrade_1.6.2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.6.2.php b/install/upgrade_1.6.2.php
index 9f4a72d5d..3117762ee 100644
--- a/install/upgrade_1.6.2.php
+++ b/install/upgrade_1.6.2.php
@@ -343,5 +343,5 @@ WHERE
pwg_query($query);
// now we upgrade from 1.7.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_1.7.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_1.7.0.php');
?>