mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed another one
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user