From f1e2d213cf7155123e2eaa6a812e5ac2de8ec119 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 10 Mar 2011 10:04:52 +0000 Subject: upgrade script from 2.1 to 2.2 git-svn-id: http://piwigo.org/svn/trunk@9595 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/upgrade_2.0.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_2.0.0.php') 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 ''; 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'); ?> -- cgit v1.2.3