mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-50049 deprecation: Extra minor fixes.
- complete and cleanup upgrade.txt - replace remaining uses in comments. - fix some incorrect bulk-replacement in previous commit.
This commit is contained in:
parent
b164e2ec30
commit
188458a604
9 changed files with 14 additions and 12 deletions
|
@ -70,7 +70,7 @@ require_once($CFG->libdir.'/ddl/database_manager.php');
|
|||
|
||||
|
||||
/**
|
||||
* DDL exception class, use instead of error() and "return false;" in ddl code.
|
||||
* DDL exception class, use instead of print_error() and "return false;" in ddl code.
|
||||
*/
|
||||
class ddl_exception extends moodle_exception {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue