--- loncom/cgi/loncgi.pm 2005/05/03 22:22:47 1.4 +++ loncom/cgi/loncgi.pm 2005/05/25 22:31:51 1.5 @@ -1,7 +1,7 @@ # # LON-CAPA helpers for cgi-bin scripts # -# $Id: loncgi.pm,v 1.4 2005/05/03 22:22:47 albertel Exp $ +# $Id: loncgi.pm,v 1.5 2005/05/25 22:31:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,16 +52,11 @@ package LONCAPA::loncgi; use strict; use warnings FATAL=>'all'; no warnings 'uninitialized'; -use vars qw(%env); use CGI(); use CGI::Cookie(); use Fcntl qw(:flock); use LONCAPA::Configuration(); -require Exporter; - -#our @ISA = qw (Exporter); -#our @EXPORT = qw(%env); my $lonidsdir;