aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_2.2.0.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-06-14 12:29:52 +0000
committerplegall <plg@piwigo.org>2012-06-14 12:29:52 +0000
commit754a12881d7a4c9a5bdc4a3456cb704822688630 (patch)
treed38a8d9514b2887a06301f8d7c9b8ad14e0bbc6e /install/upgrade_2.2.0.php
parent06347bfb71abff567d97a5a8f24b5039a263a67c (diff)
feature 2632: major upgrade script from 2.3 to 2.4 (which calls tasks in install/db directory)
git-svn-id: http://piwigo.org/svn/trunk@15679 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.2.0.php')
-rw-r--r--install/upgrade_2.2.0.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/upgrade_2.2.0.php b/install/upgrade_2.2.0.php
index afb4cf8c5..039cbb4b3 100644
--- a/install/upgrade_2.2.0.php
+++ b/install/upgrade_2.2.0.php
@@ -113,6 +113,6 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade`
echo '</pre>';
ob_end_clean();
-// now we upgrade from 2.2.0
-// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.2.0.php');
+// now we upgrade from 2.3.0
+include_once(PHPWG_ROOT_PATH.'install/upgrade_2.3.0.php');
?>