Removed comment

This commit is contained in:
denise 2013-03-08 16:10:07 -05:00
parent d8ced29dd0
commit 116d98a81b

View file

@ -733,7 +733,6 @@ class ScheduleController extends Zend_Controller_Action
$user = Application_Model_User::getCurrentUser();
if ($user->isUserType(array(UTYPE_ADMIN, UTYPE_PROGRAM_MANAGER))) {
//Application_Model_Schedule::createNewFormSections($this->view);
$this->createShowFormAction(true);
$this->view->form = $this->view->render('schedule/add-show-form.phtml');
}