@@ -417,7 +417,8 @@ |
||
417 | 417 | } |
418 | 418 | $where_fields = array_keys( $where ); |
419 | 419 | foreach ( $where_fields as $where_field ) { |
420 | - if ( strpos( $where_field, 'fi.' ) === 0 && 'fi.form_id' !== $where_field ) { // If referring to a field table column aside from form_id. |
|
420 | + if ( strpos( $where_field, 'fi.' ) === 0 && 'fi.form_id' !== $where_field ) { |
|
421 | +// If referring to a field table column aside from form_id. |
|
421 | 422 | return true; |
422 | 423 | } |
423 | 424 | } |