From: Chuck Scott Date: Wed, 21 Oct 2015 17:09:13 +0000 (-0400) Subject: Updated to 1.0.32 and one minor fix. X-Git-Tag: v1.0.32^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4cc1c1434d739e96c4ca6a991af3799b28639c6f;p=WP-Plugins%2Fglm-member-db.git Updated to 1.0.32 and one minor fix. --- 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']) {