IM-733 Create Development timetable for Airtime Development
IM-777 Database structure for new History Feature dos2unix fix
This commit is contained in:
parent
e63518f2da
commit
1abbe85d6d
2 changed files with 51 additions and 51 deletions
|
@ -70,7 +70,7 @@ class PlayouthistoryController extends Zend_Controller_Action
|
|||
$startsDT = DateTime::createFromFormat("U", $starts_epoch, new DateTimeZone("UTC"));
|
||||
$endsDT = DateTime::createFromFormat("U", $ends_epoch, new DateTimeZone("UTC"));
|
||||
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$historyService = new Application_Service_HistoryService();
|
||||
$r = $historyService->getItems($startsDT, $endsDT, $params);
|
||||
|
||||
$this->view->sEcho = $r["sEcho"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue