--- loncom/interface/Attic/lonspreadsheet.pm 2002/06/08 15:27:06 1.91 +++ loncom/interface/Attic/lonspreadsheet.pm 2002/07/02 21:57:38 1.92 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.91 2002/06/08 15:27:06 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.92 2002/07/02 21:57:38 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -863,9 +863,11 @@ sub outrowassess { my @cols=(); if ($n) { my ($usy,$ufn)=split(/\_\_\&\&\&\_\_/,$f{'A'.$n}); + if ($rl{$usy}) { $cols[0]=$rl{$usy}.'
'. ' +
+ENDINSERTBUTTONS + # ------------------------------------------------------------- Print out sheet &outsheet($r,$asheet);