MDL-1883 info for 3rd party developers in DEBUG_DEVELOPER mode

This commit is contained in:
skodak 2007-09-18 18:50:14 +00:00
parent 85c9ebb926
commit 06ea7db0c3

View file

@ -237,6 +237,7 @@ class grade_scale extends grade_object {
} else if (function_exists($old_function_name)) {
$legacy_mods = true;
debugging('Please notify the developer of module "'.$mod->name.'" that new function module_scale_used_anywhere() should be implemented.', DEBUG_DEVELOPER);
break;
}
}