mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -184,7 +184,7 @@ if (strlen($result) > 0) {
|
|||
}
|
||||
|
||||
if (!$course = $DB->get_record('course', array('id'=>$data->courseid))) { // Check that course exists
|
||||
message_paypal_error_to_admin("Course $data->courseid doesn't exist", $data);;
|
||||
message_paypal_error_to_admin("Course $data->courseid doesn't exist", $data);
|
||||
die;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue