Skip to content

Commit

Permalink
[Form] removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 5, 2011
1 parent dd5f088 commit 87fefca
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -45,7 +45,6 @@ protected function load()
$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));
}

Expand Down

0 comments on commit 87fefca

Please sign in to comment.