From bc2d27ec9f9ed8c135ad6cea28c3ba8b2ac59106 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 11 Nov 2011 10:16:33 -0500 Subject: [PATCH] CC-2848: Misc bugs from demo service - cleaning up some code --- airtime_mvc/application/controllers/ScheduleController.php | 2 +- airtime_mvc/public/js/airtime/library/spl.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index 329264855..8e808eeb3 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -563,7 +563,7 @@ class ScheduleController extends Zend_Controller_Action foreach($js as $j){ $data[$j["name"]] = $j["value"]; } - Logging::log("id:".$data['add_show_id']); + $show = new Application_Model_Show($data['add_show_id']); $startDateModified = true; diff --git a/airtime_mvc/public/js/airtime/library/spl.js b/airtime_mvc/public/js/airtime/library/spl.js index cbb6d24cc..a3d342e03 100644 --- a/airtime_mvc/public/js/airtime/library/spl.js +++ b/airtime_mvc/public/js/airtime/library/spl.js @@ -622,7 +622,7 @@ function setUpSPL() { // Alert the error and reload the page // this function is used to resolve concurrency issue function alertPlaylistErrorAndReload(){ - alert("The Playlist doesn't exist anymore!"); + alert("The playlist doesn't exist anymore!"); window.location.reload(); }