IM-733 Create Development timetable for Airtime Development

IM-777
Database structure for new History Feature

dos2unix fix
This commit is contained in:
Naomi 2013-07-03 16:02:17 -04:00
parent e63518f2da
commit 1abbe85d6d
2 changed files with 51 additions and 51 deletions

View file

@ -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"];