Fixed undefined reference error msg.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 6 Dec 2018 17:13:00 +0000 (12:13 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 6 Dec 2018 17:13:00 +0000 (12:13 -0500)
readme.txt
views/admin/contacts/index.html

index 22affa5..a231597 100644 (file)
@@ -24,7 +24,9 @@ e.g.
 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
 1. Activate the plugin through the 'Plugins' menu in WordPress
 
+== Frequently Asked Questions ==
 
+(none at this time)
 
 == Changelog ==
 = 1.1.9 =
index 271ab08..3058f91 100644 (file)
                         <select id="exportFilterMemberTypes" name="filterMemberTypes">
                             <option value=""></option>
                             {foreach $member_types as $type}
-                                <option value="{$type.id}"{if $type.id == $mTypeSelected} selected{/if}>{$type.name}</option>
+                                <option value="{$type.id}">{$type.name}</option>
                             {/foreach}
                         </select>
                     </td>