[Form] removed obsolete comment

This commit is contained in:
Fabien Potencier 2011-06-05 08:49:06 +02:00
parent dd5f088abb
commit 87fefcae62

View File

@ -45,7 +45,6 @@ class MonthChoiceList extends PaddedChoiceList
$this->formatter->setPattern($matches[0]);
foreach ($this->choices as $choice => $value) {
// It's important to specify the first day of the month here!
$this->choices[$choice] = $this->formatter->format(gmmktime(0, 0, 0, $value, 15));
}