mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10937] Comment removal functions: Restore backward compatibility
PHPBB3-10937
This commit is contained in:
@@ -243,7 +243,7 @@ class phpbb_database_test_connection_manager
|
||||
$filename = $directory . $schema . '_schema.sql';
|
||||
|
||||
$queries = file_get_contents($filename);
|
||||
$sql = remove_comments($queries);
|
||||
$sql = phpbb_remove_comments($queries);
|
||||
|
||||
$sql = split_sql_file($sql, $this->dbms['DELIM']);
|
||||
|
||||
|
Reference in New Issue
Block a user