From: Chuck Scott Date: Wed, 21 Oct 2015 21:15:40 +0000 (-0400) Subject: Fixed bad variable parameters in template X-Git-Tag: v1.0.33^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=38cbad326a75dcbf584ca84f3a4ae3952155fd89;p=WP-Plugins%2Fglm-member-db.git Fixed bad variable parameters in template --- diff --git a/glm-member-db.php b/glm-member-db.php index 7727f99d..6227dd92 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.32 + * Version: 1.0.33 * 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.32 + * @version 1.0.33 */ /* @@ -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.32'); +define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.33'); define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.30'); /* diff --git a/views/front/members/list.html b/views/front/members/list.html index 0a906c9b..196c120f 100644 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -26,8 +26,8 @@