bug, forgot to delete useless line
This commit is contained in:
parent
278938f746
commit
8ffcd75682
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue