--- loncom/publisher/testbankimport.pm 2011/11/14 00:20:31 1.34 +++ loncom/publisher/testbankimport.pm 2012/10/29 17:38:55 1.35 @@ -1,5 +1,5 @@ # Handler for parsing text upload problem descriptions into .problems -# $Id: testbankimport.pm,v 1.34 2011/11/14 00:20:31 raeburn Exp $ +# $Id: testbankimport.pm,v 1.35 2012/10/29 17:38:55 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -28,7 +28,6 @@ package Apache::testbankimport; use strict; use Apache::Constants qw(:common :http :methods); -use Apache::loncacc; use Apache::loncommon(); use Apache::lonnet; use HTML::Entities(); @@ -1827,7 +1826,7 @@ sub handler { return HTTP_NOT_FOUND; } - my ($uname,$udom) = &Apache::loncacc::constructaccess($fn); + my ($uname,$udom) = &Apache::lonnet::constructaccess($fn); if (($uname eq '') || ($udom eq '')) { $r->log_reason($uname.':'.$udom.' trying to convert testbank file '. $fn.' - not authorized',$r->filename);