CC-5184: Timeline -> Filter by show option doesn't work

This commit is contained in:
denise 2013-05-29 15:00:35 -04:00
parent 59d1b1e968
commit 91ea1f2240
1 changed files with 1 additions and 1 deletions

View File

@ -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];