fixed booboo

This commit is contained in:
Rudi Grinberg 2012-09-12 12:15:47 -04:00
parent ad75849a6f
commit 845ec23fa3
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ SQL;
$sql = <<<SQL
SELECT id
FROM cc_show_instances
WHERE show_id :showId
WHERE show_id = :showId
AND starts > :timestamp::TIMESTAMP
AND modified_instance != TRUE
SQL;