CC-3174 : showbuilder

prevents scheduling outside a show.
This commit is contained in:
Naomi Aro 2012-02-28 20:58:06 +01:00
parent 31abc21aaa
commit 4386690b54
2 changed files with 6 additions and 3 deletions

View file

@ -193,7 +193,7 @@ class Application_Model_ShowBuilder {
private function makeFooterRow($p_item) {
$row = $this->defaultRowArray;
$this->isAllowed($p_item, $row);
//$this->isAllowed($p_item, $row);
$row["footer"] = true;
$showEndDT = new DateTime($p_item["si_ends"], new DateTimeZone("UTC"));