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>";
|
||||
|
||||
$checkedCount = 0;
|
||||
foreach($arrayfields as $column) {
|
||||
if($column['checked']) {
|
||||
foreach ($arrayfields as $column) {
|
||||
if ($column['checked']) {
|
||||
$checkedCount++;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user