From 4f207dca1d7e4a3edc3e61c8ee88e1ff0b6dd185 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:03:27 +0200 Subject: [PATCH] Fixed another one --- application/models/Iota.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/models/Iota.php b/application/models/Iota.php index e26753221..7bfd435fa 100644 --- a/application/models/Iota.php +++ b/application/models/Iota.php @@ -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) {