-Better attempt at getting at least 3 items

This commit is contained in:
Martin Konecny 2012-04-16 18:38:48 -04:00
parent 4a206b19e6
commit 79b9de203d
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class Application_Model_Schedule {
Logging::debug("Get Schedule: Less than 3 results returned. Do another query in an attempt to get 3.");
$dt = new DateTime("@".time());
$dt->add(new DateInterval("PT30M"));
$dt->add(new DateInterval("PT24H"));
$range_end = $dt->format("Y-m-d H:i:s");
$predicates = " WHERE st.ends > '$p_startTime'"