From 2c3262731cb7d05c202fa474cab9fa810defcc85 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 19 Oct 2005 21:13:48 +0000 Subject: [PATCH] closes 358 git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@122 839d8a87-29fc-0310-9880-83ba4fa771e5 --- ChangeLog | 1 + templates/fiche.tpl | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5310cf8..c652757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ Bug/Wish : - #335: Already assigned promotion don't generate a request. -CAT - #346: Professional profile code desynch. fixed. -MC - #357: Reindex user for fast search at subscribe time. -MC + - #358: Avoid duplicate email address when bestalias = 4life. -MC * Xnet : - #334: Interface improvements. -Car diff --git a/templates/fiche.tpl b/templates/fiche.tpl index 3d1126d..26865cb 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -23,7 +23,11 @@ {literal} {/literal} @@ -74,7 +78,7 @@ function chgMainWinLoc( strPage ) { {$virtualalias}
{/if} {$x.bestalias}@polytechnique.org - {if $bestalias neq $x.forlife}
+ {if $x.bestalias neq $x.forlife}
{$x.forlife}@polytechnique.org {/if} {/if} -- 2.1.4