CC-4620: Now Playing page loading is very slow because 1M records in cc_schedule table

-small fix
This commit is contained in:
Martin Konecny 2012-10-23 17:44:06 -04:00
parent 3c61b39daa
commit a4d91a5d48
2 changed files with 28 additions and 20 deletions

View file

@ -423,8 +423,7 @@ class Application_Model_ShowBuilder
}
$scheduled_items = Application_Model_Schedule::GetScheduleDetailItems(
$this->startDT->format("Y-m-d H:i:s"), $this->endDT->format(
"Y-m-d H:i:s"), $shows);
$this->startDT, $this->endDT, $shows);
for ($i = 0, $rows = count($scheduled_items); $i < $rows; $i++) {