mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue