From b79e190d3c686fb000c2f7af71061389a9c1e8dc Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 12 Oct 2012 15:42:51 -0400 Subject: [PATCH] -small comment change --- airtime_mvc/application/forms/AddShowWhen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/forms/AddShowWhen.php b/airtime_mvc/application/forms/AddShowWhen.php index bf1f1c83d..a81c8d05d 100644 --- a/airtime_mvc/application/forms/AddShowWhen.php +++ b/airtime_mvc/application/forms/AddShowWhen.php @@ -201,7 +201,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm } /* Here we are checking each repeating show by * the show day. - * (i.e: every wednesday, then every thursday) + * (i.e: every wednesday, then every thursday, etc.) */ while ($repeatShowStart->getTimestamp() < $populateUntilDateTime->getTimestamp()) { if ($formData['add_show_id'] == -1) {