Merge branch 'master' of dev.sourcefabric.org:airtime
This commit is contained in:
commit
a1d7bcad90
application/models
|
@ -113,7 +113,6 @@ class ScheduleGroup {
|
|||
return $result;
|
||||
}
|
||||
$itemStartTime = $CC_DBC->getOne("SELECT TIMESTAMP '$itemStartTime' + INTERVAL '$trackLength'");
|
||||
$id = $this->dateToId($itemStartTime);
|
||||
}
|
||||
}
|
||||
RabbitMq::PushSchedule();
|
||||
|
|
Loading…
Reference in New Issue