* Lists:
- #978: An email address has to be valid to be added to a ML -JAC
+ * Profile:
+ - #983: Fixes issue with the professional email publicity -JAC
+
* XnetEvents:
- #979: Fixes javascript for people who paid but did not book -JAC
<input type="text" size="30" maxlength="60" {if $job.email_error}class="error"{/if}
name="{$jobpref}[email]" value="{$job.email}" />
<span class="flags">
- {include file="include/flags.radio.tpl" name="`$jobpref`[email_pub]" val=$job.mail_pub}
+ {include file="include/flags.radio.tpl" name="`$jobpref`[email_pub]" val=$job.email_pub}
</span>
</td>
</tr>