diff options
author | plegall <plg@piwigo.org> | 2011-10-01 22:56:33 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-10-01 22:56:33 +0000 |
commit | 70cf50766e62aa3a06f058d8ea062dc36935013f (patch) | |
tree | 2afdaeca100aabdcf4715cccb221abf802f1b4cf /install/upgrade_2.1.0.php | |
parent | 33c38abc00c24051f22f4ba79063b2446e52c4a5 (diff) |
feature 2452 added: upgrade script from 2.2 to 2.3
git-svn-id: http://piwigo.org/svn/trunk@12296 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_2.1.0.php')
-rw-r--r-- | install/upgrade_2.1.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_2.1.0.php b/install/upgrade_2.1.0.php index 2d827cdb6..c4e8eb4c5 100644 --- a/install/upgrade_2.1.0.php +++ b/install/upgrade_2.1.0.php @@ -114,5 +114,5 @@ echo '</pre>'; ob_end_clean(); // now we upgrade from 2.2.0 -// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.2.0.php'); +include_once(PHPWG_ROOT_PATH.'install/upgrade_2.2.0.php'); ?> |