From e6c80922fb93feeee5f693adce3357a2aa49d01c Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Tue, 18 Nov 2008 20:38:09 +0000 Subject: [PATCH] Fixed an issue where a variable was declared more than once. --- lib/WebGUI/Account.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Account.pm b/lib/WebGUI/Account.pm index db04aadba..de456d3e1 100644 --- a/lib/WebGUI/Account.pm +++ b/lib/WebGUI/Account.pm @@ -176,7 +176,6 @@ sub displayContent { #Push the tab variables onto the template my %hash = %{$account}; - my $identifier = $account->{identifier}; $hash{'is_'.$identifier } = "true"; $hash{'is_method_'.$self->method } = "true";