Added todo to later clean code.

This commit is contained in:
Rudi Grinberg 2012-09-04 15:14:26 -04:00
parent 867fa559a0
commit fa5939a72f
1 changed files with 2 additions and 0 deletions
airtime_mvc/application/models

View File

@ -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) {