bug, forgot to delete useless line

This commit is contained in:
naomiaro 2011-03-22 18:07:00 -04:00
parent 278938f746
commit 8ffcd75682

View file

@ -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();