Sexified code
This commit is contained in:
parent
c974d3df0c
commit
867fa559a0
1 changed files with 12 additions and 11 deletions
|
@ -1740,7 +1740,8 @@ class Application_Model_Show
|
||||||
$event["showId"] = intval($show["show_id"]);
|
$event["showId"] = intval($show["show_id"]);
|
||||||
$event["record"] = intval($show["record"]);
|
$event["record"] = intval($show["record"]);
|
||||||
$event["rebroadcast"] = intval($show["rebroadcast"]);
|
$event["rebroadcast"] = intval($show["rebroadcast"]);
|
||||||
$event["soundcloud_id"] = is_null($show["soundcloud_id"]) ? -1 : $show["soundcloud_id"];
|
$event["soundcloud_id"] = is_null($show["soundcloud_id"])
|
||||||
|
? -1 : $show["soundcloud_id"];
|
||||||
|
|
||||||
//event colouring
|
//event colouring
|
||||||
if ($show["color"] != "") {
|
if ($show["color"] != "") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue