-small comment change

This commit is contained in:
denise 2012-10-12 15:42:51 -04:00
parent e60a23aab4
commit b79e190d3c
1 changed files with 1 additions and 1 deletions

View File

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