From 78af3df65b04929447517efccad6b7c79ff269d3 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 3 Nov 2008 19:55:35 +0000 Subject: merge -c2819 from trunk to branch 2.0 - Add roma theme to upgrade page. - Upgrade translation. git-svn-id: http://piwigo.org/svn/branches/2.0@2820 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/upgrade_1.7.0.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install') diff --git a/install/upgrade_1.7.0.php b/install/upgrade_1.7.0.php index 1b2b5abe1..413170f4a 100644 --- a/install/upgrade_1.7.0.php +++ b/install/upgrade_1.7.0.php @@ -85,6 +85,7 @@ if (!empty($inserts)) // | Perform upgrades | // +-----------------------------------------------------------------------+ +ob_start(); echo '
';
 
 for ($upgrade_id = 61; ; $upgrade_id++)
@@ -115,6 +116,7 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade`
 }
 
 echo '
'; +ob_clean(); // now we upgrade from 2.0.0 // include_once(PHPWG_ROOT_PATH.'install/upgrade_2.0.0.php'); -- cgit v1.2.3