getting rid of characters from a field name that may cause problems.
This commit is contained in:
parent
10ef55b083
commit
6d5febe4f7
3 changed files with 6 additions and 7 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue