aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index f9ef1136e5..018b8a1dfd 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -1082,7 +1082,7 @@ if ($stage == 3)
foreach ($sql_query as $sql)
{
- $sql = trim(str_replace('|', ';', $sql));
+ //$sql = trim(str_replace('|', ';', $sql));
if (!$db->sql_query($sql))
{
$error = $db->sql_error();
@@ -1117,7 +1117,7 @@ if ($stage == 3)
foreach ($sql_query as $sql)
{
- $sql = trim(str_replace('|', ';', $sql));
+ //$sql = trim(str_replace('|', ';', $sql));
if (!$db->sql_query($sql))
{
$error = $db->sql_error();