mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +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
|
@ -527,7 +527,7 @@ function print_mnet_log($hostid, $course, $user=0, $date=0, $order="l.time ASC",
|
|||
echo "</td>\n";
|
||||
echo "<td class=\"r$row c4\">\n";
|
||||
echo $log->action .': '.$log->module;
|
||||
echo "</td>\n";;
|
||||
echo "</td>\n";
|
||||
echo "<td class=\"r$row c5\">{$log->info}</td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
|
|
@ -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