From a452a022f32d902af036a58b07b00d0934efab55 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 12 Dec 2002 06:24:22 +0000 Subject: [PATCH] Fixed bug 649865 --- lib/WebGUI/Operation/Account.pm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Operation/Account.pm b/lib/WebGUI/Operation/Account.pm index db8627550..332bbeb17 100644 --- a/lib/WebGUI/Operation/Account.pm +++ b/lib/WebGUI/Operation/Account.pm @@ -44,11 +44,15 @@ sub _accountOptions { $output .= '
  • '.WebGUI::International::get(63).''; } } - $output .= '
  • '.WebGUI::International::get(342).''; - $output .= '
  • '.WebGUI::International::get(341).''; + $output .= '
  • '.WebGUI::International::get(342).'' + unless ($session{form}{op} eq "displayAccount"); + $output .= '
  • '.WebGUI::International::get(341).'' + unless ($session{form}{op} eq "editProfile"); $output .= '
  • '. - WebGUI::International::get(343).''; - $output .= '
  • '.WebGUI::International::get(354).''; + WebGUI::International::get(343).'' + unless ($session{form}{op} eq "viewProfile"); + $output .= '
  • '.WebGUI::International::get(354).'' + unless ($session{form}{op} eq "viewMessageLog"); $output .= '
  • '.WebGUI::International::get(64).''; $output .= '
  • '.