Removed space
This commit is contained in:
parent
671802d658
commit
96ff440435
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ WHERE ends > :p_start::TIMESTAMP
|
||||||
GROUP BY instance_id
|
GROUP BY instance_id
|
||||||
SQL;
|
SQL;
|
||||||
|
|
||||||
$counts = Application_Common_Database::prepareAndExecute( $sql, array(
|
$counts = Application_Common_Database::prepareAndExecute($sql, array(
|
||||||
':p_start' => $p_start->format("Y-m-d G:i:s"),
|
':p_start' => $p_start->format("Y-m-d G:i:s"),
|
||||||
':p_end' => $p_end->format("Y-m-d G:i:s"))
|
':p_end' => $p_end->format("Y-m-d G:i:s"))
|
||||||
, 'all');
|
, 'all');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue