From 3eda2b3a7e933b7ba8c8670ae312edf844603753 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 5 Nov 2006 09:45:19 +0000 Subject: [PATCH] modify_database() will show the deprecated debugging after 2006101007 (Moodle 1.7 release version) MDL-5919 --- lib/dmllib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5