From: dbs Date: Fri, 3 Jul 2009 20:56:22 +0000 (+0000) Subject: Remove dangling semicolon from PerlChildInitHandler X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ca31133b0230040df80f1699defb742b08939177;p=Evergreen.git 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_0@13498 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 # ----------------------------------------------------------------------------------