--- loncom/interface/loncommon.pm 2005/11/08 02:12:24 1.282 +++ loncom/interface/loncommon.pm 2005/11/08 03:08:15 1.283 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.282 2005/11/08 02:12:24 albertel Exp $ +# $Id: loncommon.pm,v 1.283 2005/11/08 03:08:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1168,26 +1168,27 @@ Args: $name - name of the "; - foreach (sort(keys(%hash))) { + foreach (sort(keys(%$hash))) { $output.='\n"; } $output.="\n"; return $output; @@ -2529,7 +2530,7 @@ sub pgrdlink { Inputs: $text $uname $udom $symb $target Returns: A link to parmset.pm such as to see the PPRM view of a -student andn resource +student and a specific resource =cut