From febadd08b924a4deeb195fb9856aec7fce31eada Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 10 Oct 2013 10:43:45 +0100 Subject: [PATCH] Updated comment to explain newer repeat types --- airtime_mvc/application/models/Show.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/application/models/Show.php b/airtime_mvc/application/models/Show.php index f5cac2aa0..73d91eca6 100644 --- a/airtime_mvc/application/models/Show.php +++ b/airtime_mvc/application/models/Show.php @@ -453,9 +453,10 @@ SQL; } /** - * Get the repeat type of the show. Show can have repeat - * type of "weekly", "bi-weekly" and "monthly". These values - * are represented by 0, 1, and 2 respectively. + * Get the repeat type of the show. Show can have repeat type of + * "weekly", "every 2 weeks", "monthly", "monthly on the same weekday", + * "every 3 weeks" and "every 4 weeks". These values are represented + * by 0, 1, 2, 3, 4 and 5, respectively. * * @return int * Return the integer corresponding to the repeat type.