fixed booboo
This commit is contained in:
parent
ad75849a6f
commit
845ec23fa3
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ SQL;
|
||||||
$sql = <<<SQL
|
$sql = <<<SQL
|
||||||
SELECT id
|
SELECT id
|
||||||
FROM cc_show_instances
|
FROM cc_show_instances
|
||||||
WHERE show_id :showId
|
WHERE show_id = :showId
|
||||||
AND starts > :timestamp::TIMESTAMP
|
AND starts > :timestamp::TIMESTAMP
|
||||||
AND modified_instance != TRUE
|
AND modified_instance != TRUE
|
||||||
SQL;
|
SQL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue