Added space to sql squery
This commit is contained in:
parent
d1b4ce3de6
commit
b2737688cc
2 changed files with 3 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue