From c8d87beb5c188183aa0e502f9a3cd62ef03f5521 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 29 Jul 2016 08:13:38 -0400 Subject: [PATCH] Update to turn off debug Should have turned this off in the last one but here goes. --- index.php | 6 +++--- models/admin/management/events.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 45b890b..8b715dd 100644 --- 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 * @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. diff --git a/models/admin/management/events.php b/models/admin/management/events.php index 976b8bd..fb05f70 100644 --- a/models/admin/management/events.php +++ b/models/admin/management/events.php @@ -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 { -- 2.17.1