[open-ils-commits] r13497 - branches/rel_1_4/Open-ILS/examples/apache (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jul 3 16:56:16 EDT 2009
Author: dbs
Date: 2009-07-03 16:56:12 -0400 (Fri, 03 Jul 2009)
New Revision: 13497
Modified:
branches/rel_1_4/Open-ILS/examples/apache/eg.conf
Log:
Remove dangling semicolon from PerlChildInitHandler
Thanks to Jeff Godin for pointing this out!
Modified: branches/rel_1_4/Open-ILS/examples/apache/eg.conf
===================================================================
--- branches/rel_1_4/Open-ILS/examples/apache/eg.conf 2009-07-03 20:56:02 UTC (rev 13496)
+++ branches/rel_1_4/Open-ILS/examples/apache/eg.conf 2009-07-03 20:56:12 UTC (rev 13497)
@@ -18,7 +18,7 @@
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
# ----------------------------------------------------------------------------------
More information about the open-ils-commits
mailing list