Fixed missing check for times updates required when using pop-up calendar
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 5 May 2016 20:41:16 +0000 (16:41 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 5 May 2016 20:41:16 +0000 (16:41 -0400)
classes/data/dataRecurrences.php
views/admin/events/edit.html

index 93a0df6..e85fb77 100644 (file)
@@ -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++ ) {
 
index 1123e9e..f132162 100644 (file)
                             }
                          
                             glmPageUpdateRequired();
+                            $('#' + recurID + '_recurUpdated').val(recurID);
 
                         },