--- loncom/interface/lonsupportreq.pm 2006/10/12 22:47:31 1.38 +++ loncom/interface/lonsupportreq.pm 2006/12/06 22:22:37 1.39 @@ -1,5 +1,5 @@ # -# $Id: lonsupportreq.pm,v 1.38 2006/10/12 22:47:31 raeburn Exp $ +# $Id: lonsupportreq.pm,v 1.39 2006/12/06 22:22:37 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -37,7 +37,6 @@ use Apache::lonnet; use Apache::lonlocal; use Apache::lonacc(); use Apache::courseclassifier; -use lib '/home/httpd/lib/perl/'; use LONCAPA; @@ -769,7 +768,7 @@ END my %cookies = (); my $cookie=CGI::Cookie->parse($r->header_in('Cookie')); - if ($$cookie{'lonID'} =~ /lonID=(\w+);/) { + if ($$cookie{'lonID'} =~ /lonID=($LONCAPA::handle_re);/) { $cookies{'lonID'} = $1; }