--- loncom/lontrans.pm 2022/01/02 20:43:50 1.14.10.2.2.1 +++ loncom/lontrans.pm 2022/01/05 00:51:20 1.14.10.2.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network # URL translation for User Files # -# $Id: lontrans.pm,v 1.14.10.2.2.1 2022/01/02 20:43:50 raeburn Exp $ +# $Id: lontrans.pm,v 1.14.10.2.2.2 2022/01/05 00:51:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -30,7 +30,7 @@ package Apache::lontrans; use strict; use Apache::Constants qw(:common :remotehost); -use Apache::lonnet(); +use Apache::lonnet; use Apache::loncommon; use Apache::File(); use LONCAPA qw(:DEFAULT :match);