-fix minor typo

This commit is contained in:
Martin Konecny 2011-11-16 12:59:01 -05:00
parent 1e79363263
commit a5939afd3f
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ class Application_Model_Show {
$showId = $this->getId();
$sql = "SELECT id from cc_show_instances"
." WHERE show_id = $showId"
." AND starts > TIMESTAMP '$timestamp'";
." AND starts > TIMESTAMP '$timestamp'"
." AND deleted_instance != TRUE";
$rows = $CC_DBC->GetAll($sql);