diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-06 14:44:51 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-06 14:44:51 +0000 |
commit | e91161f33103f7f415b0cb06045dc5ef1549e27a (patch) | |
tree | 43b61578bab933231328216fb4344288f574a8e0 /install/upgrade_1.7.0.php | |
parent | 82a2d09d76b86765d3d681dd8bed63f3a9fe68de (diff) |
- Webmaster or administrator can login to run upgrade.
- Inserting upgrade line in mysql.inc.php still work.
- Convert espagnol upgrade file to utf8.
- Minor changes in upgrade processus.
- Remove all comments in pclzip.lib.php.
git-svn-id: http://piwigo.org/svn/trunk@2836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/upgrade_1.7.0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.7.0.php b/install/upgrade_1.7.0.php index 413170f4a..c4241dd51 100644 --- a/install/upgrade_1.7.0.php +++ b/install/upgrade_1.7.0.php @@ -116,7 +116,7 @@ INSERT INTO `'.PREFIX_TABLE.'upgrade` } echo '</pre>'; -ob_clean(); +ob_end_clean(); // now we upgrade from 2.0.0 // include_once(PHPWG_ROOT_PATH.'install/upgrade_2.0.0.php'); |