modify_database() will show the deprecated debugging after 2006101007
(Moodle 1.7 release version) MDL-5919
This commit is contained in:
+1
-1
@@ -179,7 +179,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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user