history records for a show have times validated within show range.

This commit is contained in:
Naomi Aro 2013-08-30 00:43:43 -04:00
parent 5a8957273f
commit 15e27f8166
6 changed files with 89 additions and 46 deletions

View file

@ -202,7 +202,6 @@ class PlayouthistoryController extends Zend_Controller_Action
public function editListItemAction()
{
$id = $this->_getParam('id', null);
Logging::info("Id is: $id");
$populate = isset($id) ? true : false;