-station name in preferences no longer required

This commit is contained in:
martin 2011-08-17 15:55:11 -04:00
parent 57834097e8
commit 4eaf56b93f
1 changed files with 0 additions and 2 deletions

View File

@ -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'