From 75244eafd946bb157ec5e54d5ec2ba3a309ae3ab Mon Sep 17 00:00:00 2001 From: Nathaniel Guse Date: Wed, 30 Jan 2013 16:20:50 -0600 Subject: [PATCH] [feature/migrations] Revert unrelated changes to functions.php PHPBB3-9737 --- phpBB/includes/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 057bdba0e3..d0ef2759d5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2868,7 +2868,6 @@ function send_status_line($code, $message) else { $version = phpbb_request_http_version(); - header("$version $code $message", true, $code); } } @@ -5583,7 +5582,7 @@ function phpbb_convert_30_dbms_to_31($dbms) /* $reflection = new \ReflectionClass($dbms); - + if ($reflection->isSubclassOf('phpbb_db_driver')) { return $dbms;