mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user