--- loncom/lonnet/perl/lonnet.pm 2005/03/17 19:40:50 1.609 +++ loncom/lonnet/perl/lonnet.pm 2005/03/17 20:56:55 1.610 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.609 2005/03/17 19:40:50 banghart Exp $ +# $Id: lonnet.pm,v 1.610 2005/03/17 20:56:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5259,7 +5259,7 @@ sub getfile { sub repcopy_userfile { my ($file)=@_; if ($file =~ m -^/*(uploaded|editupload)/-) { $file=&filelocation("",$file); } - if ($file =~ m|^/home/httpd/html/lonUsers/|) { return 'OK'; } + if ($file =~ m|^/home/httpd/html/lonUsers/|) { return 'ok'; } my ($cdom,$cnum,$filename) = ($file=~m|^\Q$perlvar{'lonDocRoot'}\E/+userfiles/+([^/]+)/+([^/]+)/+(.*)|); my ($info,$rtncode);