--- loncom/interface/groupsort.pm 2007/06/29 22:41:24 1.52 +++ loncom/interface/groupsort.pm 2007/07/06 08:34:37 1.53 @@ -2,7 +2,7 @@ # The LON-CAPA group sort handler # Allows for sorting prior to import into RAT. # -# $Id: groupsort.pm,v 1.52 2007/06/29 22:41:24 banghart Exp $ +# $Id: groupsort.pm,v 1.53 2007/07/06 08:34:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -66,7 +66,7 @@ sub readfromdb { my $key = $_; if ($ahash{$key} eq '1') { if ($hash{'pre_'.$key.'_title'} eq 'Not_retrieved') { - $hash{'pre_'.$key.'_title'} = &Apache::lonnet::gettitle($hash{'pre_'.$key.'_link'},'title'); + $hash{'pre_'.$key.'_title'} = &Apache::lonnet::gettitle($hash{'pre_'.$key.'_link'}); } $hash{'store_'.$hash{'pre_'.$key.'_link'}} = $hash{'pre_'.$key.'_title'};