Fixing style errors.

This commit is contained in:
stickler-ci 2020-10-09 07:29:25 +00:00
parent 35fbc602ee
commit 6b3f20dc65

View File

@ -378,8 +378,8 @@ print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], '', '', '', 'alig
print "</tr>";
$checkedCount = 0;
foreach($arrayfields as $column) {
if($column['checked']) {
foreach ($arrayfields as $column) {
if ($column['checked']) {
$checkedCount++;
}
}