cc-4347: Fixed table quoting
This commit is contained in:
parent
ad6e601d5e
commit
977c664bfe
|
@ -1078,7 +1078,6 @@ SQL;
|
||||||
and modified_instance = false and id != :instanceId order by ends");
|
and modified_instance = false and id != :instanceId order by ends");
|
||||||
|
|
||||||
$stmt->execute(array(
|
$stmt->execute(array(
|
||||||
':showInstances' => $CC_CONFIG['showInstances'],
|
|
||||||
':show_end1' => $show_end->format('Y-m-d H:i:s'),
|
':show_end1' => $show_end->format('Y-m-d H:i:s'),
|
||||||
':show_end2' => $show_end->format('Y-m-d H:i:s'),
|
':show_end2' => $show_end->format('Y-m-d H:i:s'),
|
||||||
':show_end3' => $show_end->format('Y-m-d H:i:s'),
|
':show_end3' => $show_end->format('Y-m-d H:i:s'),
|
||||||
|
|
Loading…
Reference in New Issue