Return to parse_activity_log.pl CVS log | Up to [LON-CAPA] / loncom / metadata_database |
version 1.20, 2005/09/20 18:01:01 | version 1.21, 2005/11/15 20:52:02 |
---|---|
Line 48 | Line 48 |
# parameter is not set $logthis is set to ¬hing, which does what you | # parameter is not set $logthis is set to ¬hing, which does what you |
# would expect. | # would expect. |
# | # |
BEGIN { | |
eval "use Apache2::compat();"; | |
}; | |
use strict; | use strict; |
use DBI; | use DBI; |
use lib '/home/httpd/lib/perl/Apache'; | use lib '/home/httpd/lib/perl/Apache'; |