--- loncom/interface/groupsort.pm 2013/01/09 16:41:03 1.68.6.5 +++ loncom/interface/groupsort.pm 2014/12/11 00:31:05 1.74 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.68.6.5 2013/01/09 16:41:03 raeburn Exp $ +# $Id: groupsort.pm,v 1.74 2014/12/11 00:31:05 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,7 +59,7 @@ sub update_actions_hash { $ac++; } # sorting through the actions and changing the global database hash - foreach my $key (sort {$achash{$a}<=>$achash{$b}} (keys %ahash)) { + foreach my $key (sort {$achash{$a}<=>$achash{$b}} (keys(%ahash))) { if ($ahash{$key} eq '1') { $hash->{'store_'.$hash->{'pre_'.$key.'_link'}}= $hash->{'pre_'.$key.'_title'}; @@ -339,8 +339,8 @@ END if ($env{'form.recover'}) { $r->print(<  - + onclick="finish_import()" />  + END } else { # --- Continue Buttons @@ -350,12 +350,12 @@ END

$lt{'fin'}

  + onclick="window.location='$resurl?inhibitmenu=yes&catalogmode=import'" />    + onclick="window.location='/adm/searchcat?inhibitmenu=yes&catalogmode=import'" />    - + onclick="finish_import()" />  +

END @@ -488,7 +488,7 @@ sub select_box { my ($total,$sel) = @_; my $string; $string = '