diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2011-10-29 17:10:10 -0500 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2011-10-29 17:10:10 -0500 |
commit | baac9e5d150dab88ed6f1eca8ca61bc4468ab01c (patch) | |
tree | 4d4d110488b644634dacada52643e20b9c5370dc /phpBB/includes/functions_install.php | |
parent | b4dcd4193e7ea52753eb3957bb247b768dc48d12 (diff) | |
download | forums-baac9e5d150dab88ed6f1eca8ca61bc4468ab01c.tar forums-baac9e5d150dab88ed6f1eca8ca61bc4468ab01c.tar.gz forums-baac9e5d150dab88ed6f1eca8ca61bc4468ab01c.tar.bz2 forums-baac9e5d150dab88ed6f1eca8ca61bc4468ab01c.tar.xz forums-baac9e5d150dab88ed6f1eca8ca61bc4468ab01c.zip |
[ticket/10349] Removed duplicated functions from schema loading in tests
PHPBB3-10349
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r-- | phpBB/includes/functions_install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php index 270fa0f0b3..6438f35ccc 100644 --- a/phpBB/includes/functions_install.php +++ b/phpBB/includes/functions_install.php @@ -506,7 +506,6 @@ function connect_check_db($error_connect, &$error, $dbms_details, $table_prefix, /** * Removes comments from schema files -* */ function remove_comments($sql) { |