-fix minor typo
This commit is contained in:
parent
1e79363263
commit
a5939afd3f
|
@ -560,7 +560,7 @@ class Application_Model_Show {
|
||||||
$showId = $this->getId();
|
$showId = $this->getId();
|
||||||
$sql = "SELECT id from cc_show_instances"
|
$sql = "SELECT id from cc_show_instances"
|
||||||
." WHERE show_id = $showId"
|
." WHERE show_id = $showId"
|
||||||
." AND starts > TIMESTAMP '$timestamp'";
|
." AND starts > TIMESTAMP '$timestamp'"
|
||||||
." AND deleted_instance != TRUE";
|
." AND deleted_instance != TRUE";
|
||||||
|
|
||||||
$rows = $CC_DBC->GetAll($sql);
|
$rows = $CC_DBC->GetAll($sql);
|
||||||
|
|
Loading…
Reference in New Issue