FIX - /td in if to MAIN_CHECKBOX_LEFT_COLUMN

This commit is contained in:
Anthony Berton 2022-10-26 15:35:27 +02:00
parent 15310951b0
commit 2ed2f74c8a

View File

@ -2565,8 +2565,8 @@ 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']++;
}