Skip to content

Commit

Permalink
changed CalendarDateField to DateField for 2.4 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysideup committed Jul 20, 2010
1 parent 66132d6 commit 72a08a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOBField.php
Expand Up @@ -4,7 +4,7 @@
* *
**/ **/


class DOBField extends CalendarDateField { class DOBField extends DateField {


protected $minimumAgeInYears = 5; protected $minimumAgeInYears = 5;


Expand Down

0 comments on commit 72a08a2

Please sign in to comment.