Fixed a number of occurances if an accidental second letter capitalized
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 26 Jan 2018 21:08:05 +0000 (16:08 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 26 Jan 2018 21:08:05 +0000 (16:08 -0500)
12 files changed:
classes/data/dataRegEvent.php
models/admin/ajax/regAdmin/regClasses.php
models/admin/ajax/regFront/DELETE_regRequestEvent.php
models/admin/ajax/regFront/account.php
models/admin/ajax/regFront/registrant.php
models/admin/ajax/regFront/request.php
models/admin/registrations/accounts.php
models/admin/registrations/events.php
models/admin/registrations/reports.php
models/admin/registrations/requests.php
models/front/registrations/cart.php
models/front/registrations/list.php

index 914843b..e4109f2 100644 (file)
@@ -988,15 +988,13 @@ class GlmDataRegistrationsRegEvent extends GlmDataAbstract
      * The getEventConfig() method must have been called first or a reg_event ID must be passed so that we have all of the needed event data.
      *
      * @param integer $regEventId Optional ID of a reg event record. If provided, load all registration data using getEventConfig() above
-     *                            This is not required if the event data has already been loaded using getEVentConfig() by the calling code
+     *                            This is not required if the event data has already been loaded using getEventConfig() by the calling code
      *
      * @return array updated reg_times data or false if not regEventData has been provided or no recurrence data
      */
     public function checkEventTimes($regEventId = false )
     {
 
-echo "<p>checkEventTimes()</p>";
-
         $needTimesReloaded = false;
         $message = '';
 
@@ -1039,7 +1037,7 @@ echo "<p>checkEventTimes()</p>";
             if (!$id) {
 
                 $needTimesReloaded = true;
-echo "<P>**** TIME ADDED ****</p>";
+
                 // Add reg event time
                 $this->wpdb->insert(
                     GLM_MEMBERS_REGISTRATIONS_PLUGIN_DB_PREFIX."reg_time",
index 4c19702..ed288b2 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_ajax_regClasses extends GlmDataRegistrations
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index ee3579d..8bb41a5 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_ajax_regClasses extends GlmDataRegistrations
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index 8b47b00..efdf023 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_ajax_account extends GlmDataRegistrationsReg
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index 1cad1d0..132cb4f 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_ajax_registrant extends GlmDataRegistrations
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index 80f8530..5d0ee82 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_ajax_request extends GlmDataRegistrationsReg
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index 6433ce0..ebd295c 100644 (file)
@@ -76,7 +76,7 @@ class GlmMembersAdmin_registrations_accounts extends GlmDataRegistrationsAccount
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index c6e381f..8af4e26 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_events extends GlmDataRegistrationsRegEvent
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          */
         parent::__construct(false, false, true);
 
index 2ca14b0..c54e5bf 100644 (file)
@@ -73,7 +73,7 @@ class GlmMembersAdmin_registrations_reports
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index fa1569a..4bc1f75 100644 (file)
@@ -69,7 +69,7 @@ class GlmMembersAdmin_registrations_requests extends GlmDataRegistrationsRegRequ
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
@@ -93,14 +93,14 @@ class GlmMembersAdmin_registrations_requests extends GlmDataRegistrationsRegRequ
         // Load registrations support class
         require_once GLM_MEMBERS_REGISTRATIONS_PLUGIN_CLASS_PATH.'/regCartSupport.php';
         $regCartSupport = new GlmRegCartSupport($this->wpdb, $this->config);
-        
+
         wp_enqueue_style(
             'foundation',
             GLM_MEMBERS_REGISTRATIONS_PLUGIN_BASE_URL . '/css/foundation.css',
             null,
             '1.0'
         );
-   
+
 
 
         /* Test data */
@@ -205,7 +205,7 @@ class GlmMembersAdmin_registrations_requests extends GlmDataRegistrationsRegRequ
         }
 
         // echo "<pre>".print_r($cart,1)."</pre>";
-        
+
         // Compile template data
         $templateData = array(
             'haveRequests'  => $haveRequests,
index c80041b..e125d29 100644 (file)
@@ -67,7 +67,7 @@ class GlmMembersFront_registrations_cart extends GlmRegCartSupport
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.
index 3339429..33b4d81 100644 (file)
@@ -27,7 +27,7 @@
         $this->config = $config;
 
         /*
-         * Run constructor for the REgistrations data class
+         * Run constructor for the Registrations data class
          *
          * Note, the third parameter is a flag that indicates to the Contacts
          * data class that it should flag a group of fields as 'view_only'.