Fixes issue with the professional email publicity (Closes #983).
authorStéphane Jacob <sj@m4x.org>
Mon, 19 Oct 2009 18:18:02 +0000 (20:18 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 19 Oct 2009 18:18:02 +0000 (20:18 +0200)
ChangeLog
templates/profile/jobs.job.tpl

index b3a6c41..48d2ad8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@ Bug/Wish:
     * 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
 
index b146549..63294af 100644 (file)
         <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>