Merge branch 'cc-2227-repeating-weekday-show-bug' into 1.8.1

This commit is contained in:
martin 2011-04-22 00:59:01 -04:00
commit 483848aa73

View file

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