--- loncom/metadata_database/parse_activity_log.pl 2005/09/20 18:01:01 1.20 +++ loncom/metadata_database/parse_activity_log.pl 2005/11/15 20:52:02 1.21 @@ -2,7 +2,7 @@ # # The LearningOnline Network # -# $Id: parse_activity_log.pl,v 1.20 2005/09/20 18:01:01 matthew Exp $ +# $Id: parse_activity_log.pl,v 1.21 2005/11/15 20:52:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -48,7 +48,9 @@ # parameter is not set $logthis is set to ¬hing, which does what you # would expect. # - +BEGIN { + eval "use Apache2::compat();"; +}; use strict; use DBI; use lib '/home/httpd/lib/perl/Apache';