FIX - /td

This commit is contained in:
Anthony Berton 2022-10-26 15:34:04 +02:00
parent 7b3ab23dca
commit e1ee0b7d66

View File

@ -2098,8 +2098,9 @@ if ($resql) {
}
print '<input id="cb'.$obj->rowid.'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.$obj->rowid.'"'.($selected ? ' checked="checked"' : '').'>';
}
print '</td>';
}
print '</td>';
if (!$i) {
$totalarray['nbfield']++;
}