From e115d8ad05b5d2fb9e9b4e12a61c0952d5e4c640 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 3 Jul 2009 20:56:12 +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/branches/rel_1_4@13497 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 897ea84138..5c059ed1e7 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.11.0