--- loncom/publisher/lonupload.pm 2012/04/16 19:32:04 1.60 +++ loncom/publisher/lonupload.pm 2012/10/29 17:38:55 1.61 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to upload files into construction space # -# $Id: lonupload.pm,v 1.60 2012/04/16 19:32:04 raeburn Exp $ +# $Id: lonupload.pm,v 1.61 2012/10/29 17:38:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -125,7 +125,6 @@ use Apache::File; use File::Copy; use File::Basename; use Apache::Constants qw(:common :http :methods); -use Apache::loncacc; use Apache::loncommon(); use Apache::lonnet; use HTML::Entities(); @@ -476,7 +475,7 @@ sub handler { return HTTP_NOT_FOUND; } - my ($uname,$udom)=&Apache::loncacc::constructaccess($fn); + my ($uname,$udom)=&Apache::lonnet::constructaccess($fn); unless (($uname) && ($udom)) { $r->log_reason($uname.' at '.$udom.