--- loncom/interface/loncreateuser.pm 2001/04/12 23:12:58 1.13 +++ loncom/interface/loncreateuser.pm 2001/04/24 15:01:25 1.14 @@ -266,7 +266,7 @@ ENDDROW 'Group/SectionStartEnd'); map { my $thiscourse=$_; - $thiscourse=~s/\_/\//g; + $thiscourse=~s:/:_:g; my %coursedata=&Apache::lonnet::coursedescription($thiscourse); my $area=$coursedata{'description'}; my $bgcol=$thiscourse;