day selection change
This commit is contained in:
parent
82a16e2d43
commit
81d66ebbb6
2 changed files with 8 additions and 1 deletions
|
@ -310,6 +310,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$data[$j["name"]] = $j["value"];
|
||||
}
|
||||
$data['add_show_hosts'] = $this->_getParam('hosts');
|
||||
$data['add_show_day_check'] = $this->_getParam('days');
|
||||
|
||||
$formWhat = new Application_Form_AddShowWhat();
|
||||
$formWho = new Application_Form_AddShowWho();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue