mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
modify_database() will show the deprecated debugging after 2006101007
(Moodle 1.7 release version) MDL-5919
This commit is contained in:
parent
f5bf7ea86a
commit
3eda2b3a7e
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ function modify_database($sqlfile='', $sqlstring='') {
|
|||
|
||||
global $CFG;
|
||||
|
||||
if ($CFG->version > 2006101004) {
|
||||
if ($CFG->version > 2006101007) {
|
||||
debugging('Function modify_database() is deprecated. Replace it with the new XMLDB stuff.', DEBUG_DEVELOPER);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue