mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
now it's clear why install isn't working. ;)
git-svn-id: file:///svn/phpbb/trunk@4988 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
310edb4eb8
commit
857670f522
1 changed files with 1 additions and 1 deletions
|
@ -1481,7 +1481,7 @@ function remove_comments(&$output)
|
|||
// remove_remarks will strip the sql comment lines out of an uploaded sql file
|
||||
function remove_remarks(&$sql)
|
||||
{
|
||||
preg_replace('/(\n){2,}/', "\n", preg_replace('/^#.*/m', "\n", $sql));
|
||||
$sql = preg_replace('/(\n){2,}/', "\n", preg_replace('/^#.*/m', "\n", $sql));
|
||||
}
|
||||
|
||||
// split_sql_file will split an uploaded sql file into single sql statements.
|
||||
|
|
Loading…
Add table
Reference in a new issue