cc-4347: Fixed typo

This commit is contained in:
Rudi Grinberg 2012-09-10 12:04:33 -04:00
parent 8340db3ce9
commit 567a8a2635
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ WHERE si.ends > :startTime::TIMESTAMP
AND si.ends < :endTime::TIMESTAMP
AND (sh.live_stream_using_airtime_auth
OR live_stream_using_custom_auth)
ORDER BY si.ends";
ORDER BY si.ends
SQL;
return Application_Common_Database::prepareAndExecute( $sql, array(
':startTime' => $p_startTime,