removed useless code

This commit is contained in:
Rudi Grinberg 2012-09-04 15:31:09 -04:00
parent 1d758db42b
commit f660e1da9f
2 changed files with 5 additions and 6 deletions

View file

@ -475,10 +475,9 @@ class Application_Model_Show
->filterByDbShowId($this->_showId)
->findOne();
if (!is_null($showDaysRow)) {
if (!is_null($showDaysRow))
return $showDaysRow->getDbRepeatType();
} else
else
return -1;
}