Added todo to later clean code.
This commit is contained in:
parent
867fa559a0
commit
fa5939a72f
1 changed files with 2 additions and 0 deletions
|
@ -1250,6 +1250,8 @@ class Application_Model_Show
|
||||||
*/
|
*/
|
||||||
private static function populateShow($p_showDaysRow, $p_populateUntilDateTime)
|
private static function populateShow($p_showDaysRow, $p_populateUntilDateTime)
|
||||||
{
|
{
|
||||||
|
// TODO : use constants instead of int values here? or maybe php will
|
||||||
|
// get enum types by the time somebody gets around to fix this. -- RG
|
||||||
if ($p_showDaysRow["repeat_type"] == -1) {
|
if ($p_showDaysRow["repeat_type"] == -1) {
|
||||||
Application_Model_Show::populateNonRepeatingShow($p_showDaysRow, $p_populateUntilDateTime);
|
Application_Model_Show::populateNonRepeatingShow($p_showDaysRow, $p_populateUntilDateTime);
|
||||||
} elseif ($p_showDaysRow["repeat_type"] == 0) {
|
} elseif ($p_showDaysRow["repeat_type"] == 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue