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
This commit is contained in:
plegall
2012-06-14 12:29:52 +00:00
parent 06347bfb71
commit 754a12881d
3 changed files with 124 additions and 2 deletions
+2 -2
View File
@@ -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');
?>