Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.php |
— | — | @@ -903,7 +903,7 @@ |
904 | 904 | } elseif ( array_key_exists( $field_name, $template_instance_query_values ) ) { |
905 | 905 | $field_query_val = $template_instance_query_values[$field_name]; |
906 | 906 | } |
907 | | - if ( $form_submitted || ( ! empty( $field_query_val ) && ! is_array( $field_query_val ) ) ) { |
| 907 | + if ( $form_submitted || ( $field_query_val != '' && ! is_array( $field_query_val ) ) ) { |
908 | 908 | $cur_value = $field_query_val; |
909 | 909 | } |
910 | 910 | } |