-small comment change
This commit is contained in:
parent
e60a23aab4
commit
b79e190d3c
|
@ -201,7 +201,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
|
||||||
}
|
}
|
||||||
/* Here we are checking each repeating show by
|
/* Here we are checking each repeating show by
|
||||||
* the show day.
|
* the show day.
|
||||||
* (i.e: every wednesday, then every thursday)
|
* (i.e: every wednesday, then every thursday, etc.)
|
||||||
*/
|
*/
|
||||||
while ($repeatShowStart->getTimestamp() < $populateUntilDateTime->getTimestamp()) {
|
while ($repeatShowStart->getTimestamp() < $populateUntilDateTime->getTimestamp()) {
|
||||||
if ($formData['add_show_id'] == -1) {
|
if ($formData['add_show_id'] == -1) {
|
||||||
|
|
Loading…
Reference in New Issue