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
commit cd84919f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -108,7 +108,17 @@ abstract class driver implements driver_interface
/** /**
* {@inheritdoc} * {@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

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