mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@6815 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b41365fcd4
commit
b9da985180
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ class install_install extends module
|
||||||
|
|
||||||
foreach ($sql_ary as $sql)
|
foreach ($sql_ary as $sql)
|
||||||
{
|
{
|
||||||
$sql = trim(str_replace('|', ';', $sql));
|
//$sql = trim(str_replace('|', ';', $sql));
|
||||||
|
|
||||||
if (!$db->sql_query($sql))
|
if (!$db->sql_query($sql))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue