From 9a0aab2515effe084c8bce85826a8e04a271a93b Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 12 Nov 2008 13:50:38 +0000 Subject: merge -c2865 from trunk to branch 2.0 - Remove advises of file removal at the end of install (forgotten in last commit!) git-svn-id: http://piwigo.org/svn/branches/2.0@2866 68402e56-0260-453c-a942-63ccdbb3a9ee --- upgrade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upgrade.php') diff --git a/upgrade.php b/upgrade.php index 1255f0623..073030592 100644 --- a/upgrade.php +++ b/upgrade.php @@ -253,14 +253,14 @@ if (isset($_POST['submit']) and check_upgrade()) { $config_file_contents = substr($config_file_contents, 0, $php_end_tag) . "\r\n" - . implode("\r\n\r\n" , $mysql_changes) . "\r\n" + . implode("\r\n" , $mysql_changes) . "\r\n" . substr($config_file_contents, $php_end_tag); if (!@file_put_contents($config_file, $config_file_contents)) { array_push($page['infos'], l10n('in include/mysql.inc.php, before ?>, insert:') . ' -

' +

' ); } } -- cgit v1.2.3