Merge branch 'master' of dev.sourcefabric.org:campcaster

This commit is contained in:
mkonecny 2011-02-11 11:56:29 -05:00
commit b43db577dd
6 changed files with 50 additions and 48 deletions

View file

@ -22,8 +22,7 @@ class Application_Form_AddShowWho extends Zend_Form_SubForm
//Add hosts selection
$hosts = new Zend_Form_Element_MultiCheckbox('add_show_hosts');
$hosts->setLabel('Hosts:')
->setMultiOptions($options)
->setRequired(true);
->setMultiOptions($options);
$this->addElement($hosts);
}