--- loncom/interface/loncommon.pm 2003/10/16 19:59:00 1.130 +++ loncom/interface/loncommon.pm 2003/10/16 20:03:31 1.131 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.130 2003/10/16 19:59:00 albertel Exp $ +# $Id: loncommon.pm,v 1.131 2003/10/16 20:03:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2713,13 +2713,13 @@ sub DrawGraph { $Max = int($Max); } # - &Apache::lonnet::appenv($identifier.'.title' => $Title, - $identifier.'.xlabel' => $xlabel, - $identifier.'.ylabel' => $ylabel, - $identifier.'.Max' => $Max, - $identifier.'.NumBars' => $NumBars, - $identifier.'.NumSets' => $NumSets, - $identifier.'.Colors' => join(',',@{$colors}), + &Apache::lonnet::appenv('cgi.'.$identifier.'.title' => $Title, + 'cgi.'.$identifier.'.xlabel' => $xlabel, + 'cgi.'.$identifier.'.ylabel' => $ylabel, + 'cgi.'.$identifier.'.Max' => $Max, + 'cgi.'.$identifier.'.NumBars' => $NumBars, + 'cgi.'.$identifier.'.NumSets' => $NumSets, + 'cgi.'.$identifier.'.Colors' => join(',',@{$colors}), %ValuesHash); return ''; }