--- loncom/interface/lonsearchcat.pm 2006/05/30 12:46:09 1.265 +++ loncom/interface/lonsearchcat.pm 2006/06/08 07:20:41 1.266 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.265 2006/05/30 12:46:09 www Exp $ +# $Id: lonsearchcat.pm,v 1.266 2006/06/08 07:20:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -155,7 +155,7 @@ sub handler { ## my $domain = $r->dir_config('lonDefDomain'); $diropendb= "/home/httpd/perl/tmp/". - "$env{'user.domain'}_$env{'user.name'}_searchcat.db"; + "$env{'user.domain'}_$env{'user.name'}_sel_res.db"; # # set the name of the persistent database # $env{'form.persistent_db_id'} can only have digits in it.