aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_install.php
diff options
context:
space:
mode:
authorPatrick Webster <noxwizard@phpbb.com>2011-10-29 17:10:10 -0500
committerPatrick Webster <noxwizard@phpbb.com>2011-10-29 17:10:10 -0500
commitbaac9e5d150dab88ed6f1eca8ca61bc4468ab01c (patch)
tree4d4d110488b644634dacada52643e20b9c5370dc /phpBB/includes/functions_install.php
parentb4dcd4193e7ea52753eb3957bb247b768dc48d12 (diff)
downloadforums-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.php1
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)
{