* Plugin Name: GLM Members Database Packaging
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 1.0.0
+ * Version: 1.0.1
* Author: Chuck Scott
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* version when there's a change in the database!! Use the
* version nunmber of that release for the DB version.
*/
-define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.0');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.0.1');
define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '0.0.2');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
{include file='front/packaging/header.html'}
-
-{foreach $packages as $p}
+
+{if $havePackages}
+
+ {foreach $packages as $p}
<div>
{if $p.ref_type.value}
{if $byMember}
{/if}
</div>
</div>
-
-
+ {/foreach}
-{/foreach}
+{else}
+ (Sorry, no packages currently listed.)
+{/if}
{include file='front/footer.html'}