With the new batch api archiving of old teams, the year is no longer being populated. In ff1.newseason.inc:

$node->field_season[0]['value'] = date('Y')-1; // Season
?>
Should be $node->field_year[0]['value'] = date('Y')-1; // Season
?>

Comments

ff1’s picture

Status: Active » Fixed

Above code works.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.