r107892 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107891‎ | r107892 | r107893 >
Date:15:54, 3 January 2012
Author:yaron
Status:ok
Tags:
Comment:
Follow-up to r107708 - removed $sfgFieldNum (similarly unneeded)
Modified paths:
  • /trunk/extensions/SemanticForms/includes/forminputs/SF_DateInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/forminputs/SF_DateInput.php
@@ -47,7 +47,7 @@
4848 }
4949
5050 public static function getMainHTML( $date, $input_name, $is_mandatory, $is_disabled, $other_args ) {
51 - global $sfgTabIndex, $sfgFieldNum, $wgAmericanDates;
 51+ global $sfgTabIndex, $wgAmericanDates;
5252
5353 if ( $date ) {
5454 // Can show up here either as an array or a string,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107708kill dead codejeroendedauw04:40, 31 December 2011

Status & tagging log