diff options
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>' ) ); |