moodle specific developer debug messages disabled in admin/dbperformance.php page, because they might interfere with frames

This commit is contained in:
skodak
2006-09-25 19:05:04 +00:00
parent fa323030fa
commit 7d1df3a49d
+3
View 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);