aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-11-03 19:55:35 +0000
committerpatdenice <patdenice@piwigo.org>2008-11-03 19:55:35 +0000
commit78af3df65b04929447517efccad6b7c79ff269d3 (patch)
treed22a0b2e57dd8ac751bb981c31b1a41797712c11 /install
parent2ddd90f3c3ed80dac3cc00455da9a462d769b5b5 (diff)
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
Diffstat (limited to 'install')
-rw-r--r--install/upgrade_1.7.0.php2
1 files changed, 2 insertions, 0 deletions
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 '<pre>';
for ($upgrade_id = 61; ; $upgrade_id++)
@@ -115,6 +116,7 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade`
}
echo '</pre>';
+ob_clean();
// now we upgrade from 2.0.0
// include_once(PHPWG_ROOT_PATH.'install/upgrade_2.0.0.php');