Fixed an issue where a variable was declared more than once.

This commit is contained in:
Frank Dillon 2008-11-18 20:38:09 +00:00
parent 1574d5927c
commit e6c80922fb

View file

@ -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";