more pdo fix
This commit is contained in:
parent
845ec23fa3
commit
195008d1e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue