diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-06 14:46:41 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-06 14:46:41 +0000 |
commit | 5f1fe1d4f9b67b44b7166444de6034a4e6dadfdf (patch) | |
tree | a727e946f81f0b8815c86c17f9faf6ba246bc443 /install/upgrade_1.3.1.php | |
parent | 894a38a9bf7c30662a75af78f3674dfa82414674 (diff) |
merge -c2836 from trunk to branch 2.0
- 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/branches/2.0@2837 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'install/upgrade_1.3.1.php')
-rw-r--r-- | install/upgrade_1.3.1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade_1.3.1.php b/install/upgrade_1.3.1.php index 0ce03ece6..8bc0d1c93 100644 --- a/install/upgrade_1.3.1.php +++ b/install/upgrade_1.3.1.php @@ -591,7 +591,7 @@ previous configuration', 'in include/mysql.inc.php, before <pre style="background-color:lightgray">?></pre> insert -<pre style="background-color:lightgray">define(\'PHPWG_INSTALLED\', true);<pre>' +<pre style="background-color:lightgray">define(\'PHPWG_INSTALLED\', true);</pre>' ) ); |