diff options
author | plegall <plg@piwigo.org> | 2008-10-17 20:39:30 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-10-17 20:39:30 +0000 |
commit | faa543851ba9fc25ffb0d25a7876d4486757f21a (patch) | |
tree | 8c146dc27f6707b26b763fc219847e42165cc2ad /install/upgrade_1.6.2.php | |
parent | 3c462a66a8c71b5b375b6c2611ff547a741790dd (diff) |
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
Diffstat (limited to 'install/upgrade_1.6.2.php')
-rw-r--r-- | install/upgrade_1.6.2.php | 2 |
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'); ?> |