]> git.mjollnir.org Git - moodle.git/commitdiff
moodle specific developer debug messages disabled in admin/dbperformance.php page...
authorskodak <skodak>
Mon, 25 Sep 2006 19:05:04 +0000 (19:05 +0000)
committerskodak <skodak>
Mon, 25 Sep 2006 19:05:04 +0000 (19:05 +0000)
admin/dbperformance.php

index fee2c390dcf2e07cba4fdb22ac5d18fc510fe4d3..e39c98febcdec9645ac5dac725d0538fa234845f 100644 (file)
@@ -3,6 +3,9 @@
 
     require_once('../config.php');
 
+    // disable moodle specific debug messages that would be breaking the frames
+    disable_debugging();
+
     $topframe    = optional_param('topframe', 0, PARAM_BOOL);
     $bottomframe = optional_param('bottomframe', 0, PARAM_BOOL);
     $do          = optional_param('do', '', PARAM_ALPHA);