Fixed typo
This commit is contained in:
parent
195008d1e4
commit
7f9642dcd2
1 changed files with 2 additions and 2 deletions
|
@ -976,7 +976,7 @@ WHERE date(starts) = date(:timestamp::TIMESTAMP)
|
||||||
SQL;
|
SQL;
|
||||||
try {
|
try {
|
||||||
$row = Application_Common_Database::prepareAndExecute( $sql,
|
$row = Application_Common_Database::prepareAndExecute( $sql,
|
||||||
array( 'showId' => $this->getId(),
|
array( ':showId' => $this->getId(),
|
||||||
':timestamp' => $timestamp ), 'column');
|
':timestamp' => $timestamp ), 'column');
|
||||||
return CcShowInstancesQuery::create()
|
return CcShowInstancesQuery::create()
|
||||||
->findPk($row);
|
->findPk($row);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue