fix extra my-s in Operation/Profile.pm
This commit is contained in:
parent
6455b1b85c
commit
86047445a7
1 changed files with 2 additions and 3 deletions
|
|
@ -162,8 +162,7 @@ sub validateProfileData {
|
|||
my $errors = $retHash->{errors};
|
||||
|
||||
my $format = "<li>%s</li>";
|
||||
my $warning = "";
|
||||
my $error = "";
|
||||
|
||||
map { $warning .= sprintf($format,$_) }@{$warnings};
|
||||
map { $error .= sprintf($format,$_) }@{$errors};
|
||||
|
||||
|
|
@ -211,4 +210,4 @@ sub www_viewProfile {
|
|||
}
|
||||
|
||||
|
||||
1;
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue