From fa5939a72fc7032a7feebe5e2768713467c1c2e8 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 4 Sep 2012 15:14:26 -0400 Subject: [PATCH] Added todo to later clean code. --- airtime_mvc/application/models/Show.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/application/models/Show.php b/airtime_mvc/application/models/Show.php index 643541739..927de61ae 100644 --- a/airtime_mvc/application/models/Show.php +++ b/airtime_mvc/application/models/Show.php @@ -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) {