parent
3e560bb082
commit
05ff297cf3
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue