Merge branch 'master' of dev.sourcefabric.org:airtime

This commit is contained in:
martin 2011-03-22 18:08:49 -04:00
commit a1d7bcad90
1 changed files with 0 additions and 1 deletions

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