@@ 97-99 (lines=3) @@ | ||
94 | $input_fields = $this->sanitizeInputFields($this->args['where']); |
|
95 | ||
96 | // Use the proper operator. |
|
97 | if (! empty($input_fields['EVT_ID']) && is_array($input_fields['EVT_ID'])) { |
|
98 | $input_fields['EVT_ID'] = ['in', $input_fields['EVT_ID']]; |
|
99 | } |
|
100 | if (! empty($input_fields['Ticket.TKT_ID']) && is_array($input_fields['Ticket.TKT_ID'])) { |
|
101 | $input_fields['Ticket.TKT_ID'] = ['in', $input_fields['Ticket.TKT_ID']]; |
|
102 | } |
|
@@ 100-102 (lines=3) @@ | ||
97 | if (! empty($input_fields['EVT_ID']) && is_array($input_fields['EVT_ID'])) { |
|
98 | $input_fields['EVT_ID'] = ['in', $input_fields['EVT_ID']]; |
|
99 | } |
|
100 | if (! empty($input_fields['Ticket.TKT_ID']) && is_array($input_fields['Ticket.TKT_ID'])) { |
|
101 | $input_fields['Ticket.TKT_ID'] = ['in', $input_fields['Ticket.TKT_ID']]; |
|
102 | } |
|
103 | } |
|
104 | ||
105 | /** |
@@ 97-99 (lines=3) @@ | ||
94 | $input_fields = $this->sanitizeInputFields($this->args['where']); |
|
95 | ||
96 | // Use the proper operator. |
|
97 | if (! empty($input_fields['Ticket.TKT_ID']) && is_array($input_fields['Ticket.TKT_ID'])) { |
|
98 | $input_fields['Ticket.TKT_ID'] = ['in', $input_fields['Ticket.TKT_ID']]; |
|
99 | } |
|
100 | if (! empty($input_fields['Price_Type.PBT_ID']) && is_array($input_fields['Price_Type.PBT_ID'])) { |
|
101 | $input_fields['Price_Type.PBT_ID'] = ['in', $input_fields['Price_Type.PBT_ID']]; |
|
102 | } |
|
@@ 100-102 (lines=3) @@ | ||
97 | if (! empty($input_fields['Ticket.TKT_ID']) && is_array($input_fields['Ticket.TKT_ID'])) { |
|
98 | $input_fields['Ticket.TKT_ID'] = ['in', $input_fields['Ticket.TKT_ID']]; |
|
99 | } |
|
100 | if (! empty($input_fields['Price_Type.PBT_ID']) && is_array($input_fields['Price_Type.PBT_ID'])) { |
|
101 | $input_fields['Price_Type.PBT_ID'] = ['in', $input_fields['Price_Type.PBT_ID']]; |
|
102 | } |
|
103 | if (! empty($input_fields['Price_Type.PRT_ID']) && is_array($input_fields['Price_Type.PRT_ID'])) { |
|
104 | $input_fields['Price_Type.PRT_ID'] = ['in', $input_fields['Price_Type.PRT_ID']]; |
|
105 | } |
|
@@ 103-105 (lines=3) @@ | ||
100 | if (! empty($input_fields['Price_Type.PBT_ID']) && is_array($input_fields['Price_Type.PBT_ID'])) { |
|
101 | $input_fields['Price_Type.PBT_ID'] = ['in', $input_fields['Price_Type.PBT_ID']]; |
|
102 | } |
|
103 | if (! empty($input_fields['Price_Type.PRT_ID']) && is_array($input_fields['Price_Type.PRT_ID'])) { |
|
104 | $input_fields['Price_Type.PRT_ID'] = ['in', $input_fields['Price_Type.PRT_ID']]; |
|
105 | } |
|
106 | } |
|
107 | ||
108 | /** |
@@ 97-99 (lines=3) @@ | ||
94 | $input_fields = $this->sanitizeInputFields($this->args['where']); |
|
95 | ||
96 | // Use the proper operator. |
|
97 | if (! empty($input_fields['Datetime.DTT_ID']) && is_array($input_fields['Datetime.DTT_ID'])) { |
|
98 | $input_fields['Datetime.DTT_ID'] = ['in', $input_fields['Datetime.DTT_ID']]; |
|
99 | } |
|
100 | } |
|
101 | ||
102 | /** |