From e91161f33103f7f415b0cb06045dc5ef1549e27a Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 6 Nov 2008 14:44:51 +0000 Subject: - 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 --- install/upgrade_1.7.0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/upgrade_1.7.0.php') 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 ''; -ob_clean(); +ob_end_clean(); // now we upgrade from 2.0.0 // include_once(PHPWG_ROOT_PATH.'install/upgrade_2.0.0.php'); -- cgit v1.2.3