--- loncom/interface/lonsearchcat.pm 2003/05/21 14:43:46 1.173 +++ loncom/interface/lonsearchcat.pm 2003/06/16 19:18:00 1.178 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.173 2003/05/21 14:43:46 matthew Exp $ +# $Id: lonsearchcat.pm,v 1.178 2003/06/16 19:18:00 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -214,8 +214,7 @@ sub handler { ## Initialize global variables ## my $domain = $r->dir_config('lonDefDomain'); - $diropendb= "/home/httpd/perl/tmp/".&Apache::lonnet::escape($domain). - "\_".&Apache::lonnet::escape($ENV{'user.name'})."_searchcat.db"; + $diropendb= "/home/httpd/perl/tmp/$ENV{'user.domain'}_$ENV{'user.name'}_searchcat.db"; # # set the name of the persistent database # $ENV{'form.persistent_db_id'} can only have digits in it. @@ -720,7 +719,7 @@ ENDHEADER my $size = 4; $size = (scalar @domains < ($size - 1) ? scalar @domains + 1 : $size); $scrout.="\n".''. - 'DOMAINS
'. + 'DOMAINS TO BE SEARCHED
'. '