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