Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php |
— | — | @@ -378,7 +378,7 @@ |
379 | 379 | if ( array_key_exists( 'possible_values', $other_args ) && $other_args['possible_values'] != null ) |
380 | 380 | return SFDropdownInput::getText( $cur_value, $input_name, $is_mandatory, $is_disabled, $other_args ); |
381 | 381 | |
382 | | - global $sfgTabIndex; |
| 382 | + global $sfgTabIndex, $sfgFieldNum; |
383 | 383 | |
384 | 384 | $autocomplete_field_type = ""; |
385 | 385 | $autocompletion_source = ""; |