cc-2232-automatically-fill-in-show-name

-changed default "Untitled Show 1" to "Untitled Show"
This commit is contained in:
mkonecny 2011-05-04 20:51:13 -04:00
parent e5969ab4be
commit 12e30820ae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Application_Form_AddShowWhat extends Zend_Form_SubForm
'required' => true, 'required' => true,
'filters' => array('StringTrim'), 'filters' => array('StringTrim'),
'validators' => array('NotEmpty'), 'validators' => array('NotEmpty'),
'value' => 'Untitled Show 1' 'value' => 'Untitled Show'
)); ));
// Add URL element // Add URL element