Getting rid of PHP Deprecated warnings.
[timetracker.git] / WEB-INF / lib / form / DateField.class.php
index 7fbbcbc..7d38869 100644 (file)
@@ -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();