From: stronk7 Date: Sun, 5 Nov 2006 09:45:19 +0000 (+0000) Subject: modify_database() will show the deprecated debugging after 2006101007 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3eda2b3a7e933b7ba8c8670ae312edf844603753;p=moodle.git modify_database() will show the deprecated debugging after 2006101007 (Moodle 1.7 release version) MDL-5919 --- diff --git a/lib/dmllib.php b/lib/dmllib.php index 360e1eb0ee..cb22c699e7 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); }