--- loncom/interface/Attic/lonspreadsheet.pm 2003/02/13 19:07:46 1.168 +++ loncom/interface/Attic/lonspreadsheet.pm 2003/02/13 21:57:48 1.169 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.168 2003/02/13 19:07:46 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.169 2003/02/13 21:57:48 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3133,9 +3133,9 @@ sub loadstudent{ my %formulas = $self->formulas(); $cachedassess = $self->{'uname'}.':'.$self->{'udom'}; # Get ALL the student preformance data - my @tmp = &Apache::lonnet::currentdump($self->{'uname'}, + my @tmp = &Apache::lonnet::currentdump($self->{'cid'}, $self->{'udom'}, - $self->{'cid'}); + $self->{'uname'}); if ((scalar @tmp > 0) && ($tmp[0] !~ /^error:/)) { %cachedstores = @tmp; }