X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/90ff65cf45284f90b1c4e09fe575319b320f56ac..a07b6f8bccda226991ced6fe25f1c9c508e423e5:/WEB-INF/lib/form/DateField.class.php diff --git a/WEB-INF/lib/form/DateField.class.php b/WEB-INF/lib/form/DateField.class.php index 7fbbcbc5..7d388695 100644 --- a/WEB-INF/lib/form/DateField.class.php +++ b/WEB-INF/lib/form/DateField.class.php @@ -39,7 +39,7 @@ class DateField extends TextField { var $lCalendarButtons = array('today'=>'Today', 'close'=>'Close'); - function DateField($name) { + function __construct($name) { $this->mName = $name; $this->mDateObj = new DateAndTime();