diff --git a/lib/dmllib.php b/lib/dmllib.php index 360e1eb0eed..cb22c699e75 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -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); }