From 214164c9a16f3099660431deaa46c125eb71adf7 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 3 Nov 2008 19:52:33 +0000 Subject: - Add roma theme to upgrade page. - Upgrade translation. git-svn-id: http://piwigo.org/svn/trunk@2819 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