From 8ad827a748d857e3bf0f4da80477608b87ada63d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 19 Oct 2009 20:18:02 +0200 Subject: [PATCH] Fixes issue with the professional email publicity (Closes #983). --- ChangeLog | 3 +++ templates/profile/jobs.job.tpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b3a6c41..48d2ad8 100644 --- 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 diff --git a/templates/profile/jobs.job.tpl b/templates/profile/jobs.job.tpl index b146549..63294af 100644 --- a/templates/profile/jobs.job.tpl +++ b/templates/profile/jobs.job.tpl @@ -114,7 +114,7 @@ - {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} -- 2.1.4