mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-49824_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
6fc72ea59e
@ -1095,11 +1095,9 @@ abstract class moodle_database {
|
||||
* Enable/disable detailed sql logging
|
||||
*
|
||||
* @deprecated since Moodle 2.9
|
||||
* @todo MDL-49824 This will be deleted in Moodle 3.1.
|
||||
* @param bool $state
|
||||
*/
|
||||
public function set_logging($state) {
|
||||
debugging('set_logging() is deprecated and will not be replaced.', DEBUG_DEVELOPER);
|
||||
throw new coding_exception('set_logging() can not be used any more.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user