cc-4347: Fixed typo
This commit is contained in:
parent
8340db3ce9
commit
567a8a2635
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue