aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-01-30 16:20:50 -0600
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-01-30 16:20:50 -0600
commit75244eafd946bb157ec5e54d5ec2ba3a309ae3ab (patch)
tree0df7a5c8845d3bf39d7e73691723a862ff3f089d /phpBB
parent7338bfe3f08b829b97a2045b6bb029dd6b3ba54a (diff)
downloadforums-75244eafd946bb157ec5e54d5ec2ba3a309ae3ab.tar
forums-75244eafd946bb157ec5e54d5ec2ba3a309ae3ab.tar.gz
forums-75244eafd946bb157ec5e54d5ec2ba3a309ae3ab.tar.bz2
forums-75244eafd946bb157ec5e54d5ec2ba3a309ae3ab.tar.xz
forums-75244eafd946bb157ec5e54d5ec2ba3a309ae3ab.zip
[feature/migrations] Revert unrelated changes to functions.php
PHPBB3-9737
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 1 insertions, 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;