mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[feature/migrations] Revert unrelated changes to functions.php
PHPBB3-9737
This commit is contained in:
parent
7338bfe3f0
commit
75244eafd9
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue