history records for a show have times validated within show range.
This commit is contained in:
parent
5a8957273f
commit
15e27f8166
6 changed files with 89 additions and 46 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue