From faa543851ba9fc25ffb0d25a7876d4486757f21a Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 17 Oct 2008 20:39:30 +0000 Subject: merge -c2754 from branch 2.0 to trunk 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/trunk@2768 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/upgrade_1.6.2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_1.6.2.php') 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'); ?> -- cgit v1.2.3