aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.0.0.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-03-10 10:04:52 +0000
committerplegall <plg@piwigo.org>2011-03-10 10:04:52 +0000
commitf1e2d213cf7155123e2eaa6a812e5ac2de8ec119 (patch)
treeeefa90fbc0005effc52dd26041e74208bf7c624b /install/upgrade_2.0.0.php
parent94168b836ef10c99ef785d6af8dbb089473012a4 (diff)
upgrade script from 2.1 to 2.2
git-svn-id: http://piwigo.org/svn/trunk@9595 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.0.0.php')
-rw-r--r--install/upgrade_2.0.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.0.0.php b/install/upgrade_2.0.0.php
index ce2c30b1c..c85e10d13 100644
--- a/install/upgrade_2.0.0.php
+++ b/install/upgrade_2.0.0.php
@@ -114,5 +114,5 @@ echo '</pre>';
ob_end_clean();
// now we upgrade from 2.1.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.1.0.php');
+include_once(PHPWG_ROOT_PATH.'install/upgrade_2.1.0.php');
?>