-{include file='front/registrations/header.html'}
+{include file='front/registrations/header.html'}
{if $reg_bulletin}
<div>
{if $event.locations.city.name}{$event.locations.city.name}{/if}{if $event.locations.state.value}, {$event.locations.state.value} {/if}
{if $event.locations.zip} {$event.locations.zip} {/if}
{if $event.locations.phone} {apply_filters('glm_associate_phone_filter', $event.locations.phone)} {/if}
- {elseif $event.use_member_location.value}
+ {elseif isset($event.member) && $event.use_member_location.value}
{if $event.member.member} {$event.member.member}<br> {/if}
{if $event.member.addr1} {$event.member.addr1}<br> {/if}
{if $event.member.city}{$event.member.city}{/if}{if $event.member.state.value}, {$event.member.state.value}{/if}