diff --git a/forms/CalendarDateField.php b/forms/CalendarDateField.php index bec022c43..261ef4768 100755 --- a/forms/CalendarDateField.php +++ b/forms/CalendarDateField.php @@ -23,8 +23,6 @@ HTML; Requirements::css(SAPPHIRE_DIR . "/css/CalendarDateField.css"); Requirements::css(THIRDPARTY_DIR . "/calendar/calendar-win2k-1.css"); - $field = parent::Field(); - $id = $this->id(); $val = $this->attrValue();