dirroot.'/mod/hotpot/lib.php'; // disable display of debugging messages $db_debug_save = $db->debug; $db->debug = false; notify('Processing hotpot grades, this may take a while if there are many hotpots...', 'notifysuccess'); hotpot_update_grades(); // restore $db->debug $db->debug = $db_debug_save; } return $result; } ?>