Diff for /loncom/lontrans.pm between versions 1.14.10.2.2.1 and 1.14.10.2.2.2

version 1.14.10.2.2.1, 2022/01/02 20:43:50 version 1.14.10.2.2.2, 2022/01/05 00:51:20
Line 30  package Apache::lontrans; Line 30  package Apache::lontrans;
   
 use strict;  use strict;
 use Apache::Constants qw(:common :remotehost);  use Apache::Constants qw(:common :remotehost);
 use Apache::lonnet();  use Apache::lonnet;
 use Apache::loncommon;  use Apache::loncommon;
 use Apache::File();  use Apache::File();
 use LONCAPA qw(:DEFAULT :match);  use LONCAPA qw(:DEFAULT :match);

Removed from v.1.14.10.2.2.1  
changed lines
  Added in v.1.14.10.2.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>