MDL-36357 cleanup - remove double semicolons

This commit is contained in:
Dan Poltawski 2012-11-15 09:51:26 +08:00
parent a3f3ea2684
commit 0e35ba6ffc
53 changed files with 66 additions and 66 deletions

View file

@ -1545,7 +1545,7 @@ abstract class enrol_plugin {
return NULL;
}
return new moodle_url("/enrol/$name/unenrolself.php", array('enrolid'=>$instance->id));;
return new moodle_url("/enrol/$name/unenrolself.php", array('enrolid'=>$instance->id));
}
/**