From: Chuck Scott Date: Thu, 5 May 2016 20:41:16 +0000 (-0400) Subject: Fixed missing check for times updates required when using pop-up calendar X-Git-Tag: v1.0.0^2~56 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=af12c7b304b80f76eb6706ed985d1765622fa216;p=WP-Plugins%2Fglm-member-db-events.git Fixed missing check for times updates required when using pop-up calendar --- diff --git a/classes/data/dataRecurrences.php b/classes/data/dataRecurrences.php index 93a0df6..e85fb77 100644 --- a/classes/data/dataRecurrences.php +++ b/classes/data/dataRecurrences.php @@ -441,7 +441,7 @@ class GlmDataEventsRecurrences extends GlmDataAbstract // Otherwise we'll use the rest of the recurrence schedule data } else { -echo "-------------- recurring"; + // For each year in recurrence range for ($year = $fromYear ; $year <= $toYear ; $year++ ) { diff --git a/views/admin/events/edit.html b/views/admin/events/edit.html index 1123e9e..f132162 100644 --- a/views/admin/events/edit.html +++ b/views/admin/events/edit.html @@ -638,6 +638,7 @@ } glmPageUpdateRequired(); + $('#' + recurID + '_recurUpdated').val(recurID); },