Index: trunk/extensions/SemanticForms/includes/forminputs/SF_DateInput.php |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | } |
49 | 49 | |
50 | 50 | public static function getMainHTML( $date, $input_name, $is_mandatory, $is_disabled, $other_args ) { |
51 | | - global $sfgTabIndex, $sfgFieldNum, $wgAmericanDates; |
| 51 | + global $sfgTabIndex, $wgAmericanDates; |
52 | 52 | |
53 | 53 | if ( $date ) { |
54 | 54 | // Can show up here either as an array or a string, |