diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-07-07 16:43:30 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-07-07 16:43:30 -0400 |
commit | b6a364b706a6d79b2d1a2854ea4fe2dba576dba2 (patch) | |
tree | fe6b767b5ef9a11c0aaa9b1227a98acc93da6314 /tests | |
parent | 1526886e3ec2b475bb7f578767f6430dbfa58097 (diff) | |
parent | a7da3760048be7aff726fa2c652165e3b4807f13 (diff) | |
download | forums-b6a364b706a6d79b2d1a2854ea4fe2dba576dba2.tar forums-b6a364b706a6d79b2d1a2854ea4fe2dba576dba2.tar.gz forums-b6a364b706a6d79b2d1a2854ea4fe2dba576dba2.tar.bz2 forums-b6a364b706a6d79b2d1a2854ea4fe2dba576dba2.tar.xz forums-b6a364b706a6d79b2d1a2854ea4fe2dba576dba2.zip |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_framework/phpbb_database_test_connection_manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_database_test_connection_manager.php b/tests/test_framework/phpbb_database_test_connection_manager.php index ae21be6c34..dacbbe2dc4 100644 --- a/tests/test_framework/phpbb_database_test_connection_manager.php +++ b/tests/test_framework/phpbb_database_test_connection_manager.php @@ -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']); |