Removed trailing whitespace

This commit is contained in:
Rudi Grinberg 2012-10-19 13:24:06 -04:00
parent a1e653b41f
commit 57ef1c20ac
1 changed files with 8 additions and 8 deletions

View File

@ -671,7 +671,7 @@ SELECT instance_id,
FROM cc_schedule
WHERE ends > :p_start::TIMESTAMP
AND starts < :p_end::TIMESTAMP
GROUP BY instance_id;
GROUP BY instance_id
SQL;
$counts = Application_Common_Database::prepareAndExecute( $sql, array(