diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/upgrade_1.7.0.php | 2 |
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'); |