mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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
|
@ -72,7 +72,7 @@ if ($mform->is_cancelled()) {
|
|||
$data->reset_start_date_old = $course->startdate;
|
||||
$status = reset_course_userdata($data);
|
||||
|
||||
$data = array();;
|
||||
$data = array();
|
||||
foreach ($status as $item) {
|
||||
$line = array();
|
||||
$line[] = $item['component'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue