From 116d98a81b044c8e1e1e90c7e6f973a30cb79334 Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 8 Mar 2013 16:10:07 -0500 Subject: [PATCH] Removed comment --- airtime_mvc/application/controllers/ScheduleController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index 50408ff85..abcc38d04 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -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'); }