more pdo fix

This commit is contained in:
Rudi Grinberg 2012-09-12 12:16:53 -04:00
parent 845ec23fa3
commit 195008d1e4
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ SQL;
$sql = <<<SQL
SELECT id
FROM cc_show_instances
WHERE date(starts) = date(TIMESTAMP :timestamp)
WHERE date(starts) = date(:timestamp::TIMESTAMP)
AND show_id = :showId
AND rebroadcast = 0;
SQL;