mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
6eed2e8a76
commit
6abd9babc9
53 changed files with 197 additions and 197 deletions
|
@ -394,7 +394,7 @@ if ($view === 'attachments') {
|
|||
$attachments = search_attachments($order_by, $total_rows);
|
||||
}
|
||||
|
||||
if (sizeof($attachments) > 0) {
|
||||
if (count($attachments) > 0) {
|
||||
for ($i = 0, $iMax = count($attachments); $i < $iMax; $i++) {
|
||||
$delete_box = '<input type="checkbox" name="delete_id_list[]" value="' . intval($attachments[$i]['attach_id']) . '" />';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue