mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-35339 coding style corrections
This commit is contained in:
parent
2e4c0d05e1
commit
44aa854e93
5 changed files with 5 additions and 5 deletions
|
@ -87,7 +87,7 @@ foreach ($sections as $i => $section) {
|
|||
echo "<table cellpadding=\"4\" cellspacing=\"0\">";
|
||||
}
|
||||
|
||||
foreach($modinfo->sections[$i] as $cmid) {
|
||||
foreach ($modinfo->sections[$i] as $cmid) {
|
||||
$mod = $modinfo->cms[$cmid];
|
||||
|
||||
if (empty($mod->uservisible)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue