MDL-22780 no grrrr!

This commit is contained in:
Petr Skoda 2010-07-10 18:56:10 +00:00
parent e384d2dc7b
commit f958f22640

View File

@ -949,7 +949,6 @@ abstract class enrol_plugin {
if (!$ue = $DB->get_record('user_enrolments', array('enrolid'=>$instance->id, 'userid'=>$userid))) {
// weird, user not enrolled
echo "grrrr";
return;
}