From 4eaf56b93f1d82dbfa31dbf503e7314e98ce8f00 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 17 Aug 2011 15:55:11 -0400 Subject: [PATCH] -station name in preferences no longer required --- airtime_mvc/application/forms/GeneralPreferences.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index a2807c716..0190f63a1 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -13,9 +13,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm $this->addElement('text', 'stationName', array( 'class' => 'input_text', 'label' => 'Station Name', - 'required' => true, 'filters' => array('StringTrim'), - 'validators' => array('NotEmpty'), 'value' => Application_Model_Preference::GetValue("station_name"), 'decorators' => array( 'ViewHelper'