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