bug, forgot to delete useless line

This commit is contained in:
naomiaro 2011-03-22 18:07:00 -04:00
parent 278938f746
commit 8ffcd75682
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ class ScheduleGroup {
return $result;
}
$itemStartTime = $CC_DBC->getOne("SELECT TIMESTAMP '$itemStartTime' + INTERVAL '$trackLength'");
$id = $this->dateToId($itemStartTime);
}
}
RabbitMq::PushSchedule();