1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

Merge pull request #5284 from marc1706/ticket/12627

[ticket/12627] Add missing function definition for set_debug_sql_explain
This commit is contained in:
Marc Alexander
2018-07-10 10:24:15 +02:00
committed by GitHub
3 changed files with 12 additions and 2 deletions

View File

@@ -108,7 +108,17 @@ abstract class driver implements driver_interface
/**
* {@inheritdoc}
*/
public function set_debug_load_time($value)
{
$this->debug_load_time = $value;
}
/**
* {@inheritdoc}
*/
public function set_debug_sql_explain($value)
{
$this->debug_sql_explain = $value;
}
/**

View File

@@ -1427,7 +1427,7 @@ ul.linklist:after,
width: 50px;
}
.dropdown .clone.hidden {
.dropdown .clone.hidden {
display: none;
}

View File

@@ -498,8 +498,8 @@
.column2,
.left-box.profile-details {
float: none;
width: auto;
clear: both;
width: auto;
}
/* Polls