CC-2227 repeating weekday show bug

-fixed syntax error
This commit is contained in:
martin 2011-04-22 00:58:01 -04:00
parent 3e560bb082
commit 05ff297cf3
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ class Show {
$showId = $this->getId();
$sql = "SELECT last_show FROM cc_show_days"
." WHERE show_id = $showId";
." WHERE show_id = $showId"
." ORDER BY last_show DESC";
$endDate = $CC_DBC->GetOne($sql);