-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
2.8.1
-
None
-
2014103000
-
MOODLE_28_STABLE
Hello Davo,
While doing some tests on scales with Developer debugging activated I received this warning
Please notify the developer of module "realtimequiz" that new function module_scale_used_anywhere() should be implemented.
So this is what I do even if I know this is not breaking anything
Of course just
function realtimequiz_scale_used_anywhere($scaleid) {
|
return false;
|
}
|
should be enough