Fixing style errors.
This commit is contained in:
parent
35fbc602ee
commit
6b3f20dc65
@ -378,8 +378,8 @@ print_liste_field_titre($selectedfields, $_SERVER["PHP_SELF"], '', '', '', 'alig
|
|||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
$checkedCount = 0;
|
$checkedCount = 0;
|
||||||
foreach($arrayfields as $column) {
|
foreach ($arrayfields as $column) {
|
||||||
if($column['checked']) {
|
if ($column['checked']) {
|
||||||
$checkedCount++;
|
$checkedCount++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user