getting rid of characters from a field name that may cause problems.

This commit is contained in:
Naomi 2013-08-20 15:18:05 -04:00
parent 10ef55b083
commit 6d5febe4f7
3 changed files with 6 additions and 7 deletions

View file

@ -125,7 +125,6 @@ class PlayouthistoryController extends Zend_Controller_Action
$endsDT = DateTime::createFromFormat("U", $ends_epoch, new DateTimeZone("UTC"));
$historyService = new Application_Service_HistoryService();
//$r = $historyService->getListView($startsDT, $endsDT, $params);
$r = $historyService->getPlayedItemData($startsDT, $endsDT, $params);
$this->view->sEcho = $r["sEcho"];