From bd4af05e82e8367446e2965d415c81758e3ab28e Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 3 Jul 2009 20:55:31 +0000 Subject: [PATCH] Remove dangling semicolon from PerlChildInitHandler Thanks to Jeff Godin for pointing this out! git-svn-id: svn://svn.open-ils.org/ILS/trunk@13494 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/eg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index 74f9fd88ba..a3890606ab 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -18,7 +18,7 @@ SetEnv PERL5LIB /openils/lib/perl5 PerlRequire /etc/apache2/startup.pl PerlChildInitHandler OpenILS::WWW::Reporter::child_init PerlChildInitHandler OpenILS::WWW::SuperCat::child_init -PerlChildInitHandler OpenILS::WWW::AddedContent::child_init; +PerlChildInitHandler OpenILS::WWW::AddedContent::child_init # ---------------------------------------------------------------------------------- -- 2.43.2