diff options
author | plegall <plg@piwigo.org> | 2011-03-10 10:04:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-10 10:04:52 +0000 |
commit | f1e2d213cf7155123e2eaa6a812e5ac2de8ec119 (patch) | |
tree | eefa90fbc0005effc52dd26041e74208bf7c624b /install/upgrade_2.0.0.php | |
parent | 94168b836ef10c99ef785d6af8dbb089473012a4 (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 '')
-rw-r--r-- | install/upgrade_2.0.0.php | 2 |
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'); ?> |