diff --git a/airtime_mvc/application/models/Schedule.php b/airtime_mvc/application/models/Schedule.php index a73fbd149..3884f488b 100644 --- a/airtime_mvc/application/models/Schedule.php +++ b/airtime_mvc/application/models/Schedule.php @@ -398,7 +398,7 @@ SQL; $map = array(); for ($i = 0, $len = count($p_shows); $i < $len; $i++) { - $holder = "show_".$i; + $holder = ":show_".$i; $params[] = $holder; $map[$holder] = $p_shows[$i];