mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
oops, missed a bit
git-svn-id: file:///svn/phpbb/trunk@3694 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4352c59cee
commit
ab3209af48
1 changed files with 1 additions and 3 deletions
|
@ -607,11 +607,9 @@ else
|
||||||
$sql_query = split_sql_file($sql_query, $delimiter);
|
$sql_query = split_sql_file($sql_query, $delimiter);
|
||||||
$sql_count = count($sql_query);
|
$sql_count = count($sql_query);
|
||||||
|
|
||||||
@set_time_limit(30);
|
|
||||||
|
|
||||||
foreach ($sql_query as $sql)
|
foreach ($sql_query as $sql)
|
||||||
{
|
{
|
||||||
$sql = str_replace('|', ';', $sql) . "\n";
|
$sql = str_replace('|', ';', $sql);
|
||||||
|
|
||||||
if (!$db->sql_query($sql))
|
if (!$db->sql_query($sql))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue