Update to turn off debug
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 29 Jul 2016 12:13:38 +0000 (08:13 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 29 Jul 2016 12:13:38 +0000 (08:13 -0400)
Should have turned this off in the last one but here goes.

index.php
models/admin/management/events.php

index 45b890b..8b715dd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database Events
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.2.23
+ * Version: 1.2.24
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -20,7 +20,7 @@
  * @package glmMembersDatabaseEventsAddOn
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.2.23
+ * @version 1.2.24
  */
 
 /*
@@ -38,7 +38,7 @@
  *  so that we're sure the other add-ons see an up to date
  *  version from this plugin.
  */
-define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.2.23');
+define('GLM_MEMBERS_EVENTS_PLUGIN_VERSION', '1.2.24');
 define('GLM_MEMBERS_EVENTS_PLUGIN_DB_VERSION', '0.0.18');
 
 // This is the minimum version of the GLM Members DB plugin require for this plugin.
index 976b8bd..fb05f70 100644 (file)
@@ -1129,7 +1129,7 @@ class GlmMembersAdmin_management_events extends GlmDataEventsManagement
     }
     public function importFromTimely() {
         $limit = 25;
-        $debug = true;
+        $debug = false;
         if ( isset( $_REQUEST['start'] ) ) {
             $start = filter_var( $_REQUEST['start'], FILTER_VALIDATE_INT );
         } else {