Added space to sql squery

This commit is contained in:
Rudi Grinberg 2012-09-12 15:36:37 -04:00
parent d1b4ce3de6
commit b2737688cc
2 changed files with 3 additions and 4 deletions

View file

@ -567,7 +567,7 @@ WHERE st.ends > :startTime1
ORDER BY st.starts LIMIT 3
SQL;
$sql = $baseQuery.$predicates;
$sql = " ".$baseQuery.$predicates;
$rows = Application_Common_Database::prepareAndExecute($sql,
array(
':startTime1' => $p_startTime,