Merge branch '2.3.x' of dev.sourcefabric.org:airtime into 2.3.x
This commit is contained in:
commit
ef806b8357
|
@ -1758,7 +1758,7 @@ SQL;
|
||||||
$utc = new DateTimeZone("UTC");
|
$utc = new DateTimeZone("UTC");
|
||||||
$now = new DateTime("now", $utc);
|
$now = new DateTime("now", $utc);
|
||||||
|
|
||||||
foreach ($shows as $show) {
|
foreach ($shows as &$show) {
|
||||||
$options = array();
|
$options = array();
|
||||||
|
|
||||||
//only bother calculating percent for week or day view.
|
//only bother calculating percent for week or day view.
|
||||||
|
|
Loading…
Reference in New Issue