From 567a8a2635a77e7fc1244946fc761f7b0545a179 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 10 Sep 2012 12:04:33 -0400 Subject: [PATCH] cc-4347: Fixed typo --- airtime_mvc/application/models/ShowInstance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/ShowInstance.php b/airtime_mvc/application/models/ShowInstance.php index c4aa49611..a53bb3a8a 100644 --- a/airtime_mvc/application/models/ShowInstance.php +++ b/airtime_mvc/application/models/ShowInstance.php @@ -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,