mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +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
|
@ -82,7 +82,7 @@ function report_log_can_access_user_report($user, $course) {
|
|||
$today = true;
|
||||
}
|
||||
if (has_capability('report/log:viewtoday', $coursecontext)) {
|
||||
$all = true;;
|
||||
$all = true;
|
||||
}
|
||||
|
||||
if ($today and $all) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue