From 4cc1c1434d739e96c4ca6a991af3799b28639c6f Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 21 Oct 2015 13:09:13 -0400 Subject: [PATCH] Updated to 1.0.32 and one minor fix. --- glm-member-db.php | 6 +++--- models/front/members/list.php | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/glm-member-db.php b/glm-member-db.php index fb847780..7727f99d 100644 --- a/glm-member-db.php +++ b/glm-member-db.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.0.31 + * Version: 1.0.32 * Author: Chuck Scott * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.31 + * @version 1.0.32 */ /* @@ -33,7 +33,7 @@ * version when there's a change in the database!! Use the * version nunmber of that release for the DB version. */ -define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.31'); +define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.32'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.30'); /* diff --git a/models/front/members/list.php b/models/front/members/list.php index d1eb091a..c9054b5f 100644 --- a/models/front/members/list.php +++ b/models/front/members/list.php @@ -317,9 +317,8 @@ class GlmMembersFront_members_list extends GlmDataMemberInfo } } -var_dump($cats); + $catSelected = implode(',', $cats); -echo $catSelected; // If we're doing category search selection Get category filter data if ($this->config['settings']['list_show_search_category']) { -- 2.17.1