Fixed another one

This commit is contained in:
Andreas Kristiansen
2024-08-16 08:03:27 +02:00
parent 9c719e6c31
commit 4f207dca1d

View File

@@ -196,6 +196,7 @@ class IOTA extends CI_Model {
if ($postdata['mode'] != 'All') {
$sql .= " and (col_mode = ? or col_submode = ?)";
$binding[] = $postdata['mode'];
$binding[] = $postdata['mode'];
}
if ($postdata['includedeleted'] == NULL) {