From 70cf50766e62aa3a06f058d8ea062dc36935013f Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 1 Oct 2011 22:56:33 +0000 Subject: 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 --- install/upgrade_2.1.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_2.1.0.php') 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 ''; 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'); ?> -- cgit v1.2.3