mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Merge PR #856 branch 'develop-olympus' into develop
* develop-olympus: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
This commit is contained in:
@@ -258,7 +258,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