diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-03 19:52:33 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-03 19:52:33 +0000 |
commit | 214164c9a16f3099660431deaa46c125eb71adf7 (patch) | |
tree | fda37e41b14b1a526d8fd3277b7d89e6bdf45809 /install/upgrade_1.7.0.php | |
parent | 05ada8ba821bb9682cabf0147873adda6637ef60 (diff) |
- Add roma theme to upgrade page.
- Upgrade translation.
git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'); |