CC-3448: Cancel show shouldn't send "cancel show" msg to pypo anymore

-done
This commit is contained in:
Martin Konecny 2012-03-17 23:51:58 -04:00
parent 5a7a502d45
commit 22cc362f1c
5 changed files with 8 additions and 32 deletions

View file

@ -199,9 +199,6 @@ class Application_Model_Show {
->filterByDbShowId($this->_showId)
->update(array('DbLastShow' => $timeinfo[0]));
//$sql = "DELETE FROM cc_show_instances
// WHERE starts >= '{$day_timestamp}' AND show_id = {$this->_showId}";
$sql = "UPDATE cc_show_instances
SET modified_instance = TRUE
WHERE starts >= '{$day_timestamp}' AND show_id = {$this->_showId}";