]> git.mjollnir.org Git - moodle.git/commitdiff
modify_database() will show the deprecated debugging after 2006101007
authorstronk7 <stronk7>
Sun, 5 Nov 2006 09:45:19 +0000 (09:45 +0000)
committerstronk7 <stronk7>
Sun, 5 Nov 2006 09:45:19 +0000 (09:45 +0000)
(Moodle 1.7 release version) MDL-5919

lib/dmllib.php

index 360e1eb0eedb3bd0a0b4e98b8d02c928d040f5d1..cb22c699e755fc33c84a3c210765dec1e8a3cceb 100644 (file)
@@ -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);
     }