Removed space

This commit is contained in:
Rudi Grinberg 2012-10-19 14:18:34 -04:00
parent 671802d658
commit 96ff440435
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ WHERE ends > :p_start::TIMESTAMP
GROUP BY instance_id
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_end' => $p_end->format("Y-m-d G:i:s"))
, 'all');