Added todo to later clean code.
This commit is contained in:
parent
867fa559a0
commit
fa5939a72f
airtime_mvc/application/models
|
@ -1250,6 +1250,8 @@ class Application_Model_Show
|
|||
*/
|
||||
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) {
|
||||
Application_Model_Show::populateNonRepeatingShow($p_showDaysRow, $p_populateUntilDateTime);
|
||||
} elseif ($p_showDaysRow["repeat_type"] == 0) {
|
||||
|
|
Loading…
Reference in New Issue