From 278463f57210a0150e9f8d7f5e7e054eac5de934 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 11 Mar 2009 01:53:21 +0000 Subject: [PATCH] MINOR Removed call to parent::Field() in CalendarDateField that is not being used git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@72872 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- forms/CalendarDateField.php | 2 -- 1 file changed, 2 deletions(-) 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();