cleaning up warnings/variable redefinition and pod
This commit is contained in:
parent
807a5ad09e
commit
dd90696d7c
5 changed files with 20 additions and 19 deletions
|
|
@ -899,7 +899,7 @@ sub www_getCompareFormData {
|
|||
my $sort = $session->scratch->get('sort') || $self->get('defaultSort');
|
||||
my $sortDirection = ' asc';
|
||||
|
||||
if ( WebGUI::Utility::isIn($sort),qw(revisionDate score)) {
|
||||
if ( WebGUI::Utility::isIn($sort, qw(revisionDate score)) ) {
|
||||
$sortDirection = " desc";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue