* 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
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.32
+ * @version 1.0.33
*/
/*
* 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');
/*
<select name="categorySearch" id="categorySelect">
<option value="">(all)</option>
{foreach from=$categories item=v}
- <option value="{$v.id}" data-parent="{$v.parent.name}"{if $v.default} selected="selected"{/if}>
- {if $v.parent.value} {/if}{$v.name}
+ <option value="{$v.id}"{if $v.default} selected="selected"{/if}>
+ {if $v.parent} {/if}{$v.name}
</option>
{/foreach}
</select>