--- loncom/interface/loncommon.pm 2018/07/04 16:58:22 1.1320 +++ loncom/interface/loncommon.pm 2020/02/19 23:19:52 1.1339 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1320 2018/07/04 16:58:22 raeburn Exp $ +# $Id: loncommon.pm,v 1.1339 2020/02/19 23:19:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -72,6 +72,7 @@ use Apache::lonuserstate(); use Apache::courseclassifier(); use LONCAPA qw(:DEFAULT :match); use LONCAPA::LWPReq; +use HTTP::Request; use DateTime::TimeZone; use DateTime::Locale; use Encode(); @@ -79,7 +80,6 @@ use Text::Aspell; use Authen::Captcha; use Captcha::reCAPTCHA; use JSON::DWIW; -use LWP::UserAgent; use Crypt::DES; use DynaLoader; # for Crypt::DES version use MIME::Lite; @@ -435,7 +435,7 @@ sub studentbrowser_javascript {