diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2011-09-28 11:27:39 -0500 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2011-09-28 11:27:39 -0500 |
commit | b4dcd4193e7ea52753eb3957bb247b768dc48d12 (patch) | |
tree | 309dd3f2b397d2f397890b7da271abf8fe1bd3b7 | |
parent | 26e84b12e817dd5e86a82c379a03a67f9f1bacd1 (diff) | |
download | forums-b4dcd4193e7ea52753eb3957bb247b768dc48d12.tar forums-b4dcd4193e7ea52753eb3957bb247b768dc48d12.tar.gz forums-b4dcd4193e7ea52753eb3957bb247b768dc48d12.tar.bz2 forums-b4dcd4193e7ea52753eb3957bb247b768dc48d12.tar.xz forums-b4dcd4193e7ea52753eb3957bb247b768dc48d12.zip |
[ticket/10349] Update function comment
PHPBB3-10349
-rw-r--r-- | tests/test_framework/phpbb_database_test_connection_manager.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_framework/phpbb_database_test_connection_manager.php b/tests/test_framework/phpbb_database_test_connection_manager.php index 547361b41d..5feab16496 100644 --- a/tests/test_framework/phpbb_database_test_connection_manager.php +++ b/tests/test_framework/phpbb_database_test_connection_manager.php @@ -275,8 +275,6 @@ class phpbb_database_test_connection_manager /** * Removes comments from schema files - * - * Note: This performs the functions of remove_remarks() and remove_comments() used during installation */ protected function remove_comments($sql) { |