[open-ils-commits] r13495 - branches/rel_1_6/Open-ILS/examples/apache (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jul 3 16:55:56 EDT 2009


Author: dbs
Date: 2009-07-03 16:55:52 -0400 (Fri, 03 Jul 2009)
New Revision: 13495

Modified:
   branches/rel_1_6/Open-ILS/examples/apache/eg.conf
Log:
Remove dangling semicolon from PerlChildInitHandler

Thanks to Jeff Godin for pointing this out!


Modified: branches/rel_1_6/Open-ILS/examples/apache/eg.conf
===================================================================
--- branches/rel_1_6/Open-ILS/examples/apache/eg.conf	2009-07-03 20:55:31 UTC (rev 13494)
+++ branches/rel_1_6/Open-ILS/examples/apache/eg.conf	2009-07-03 20:55:52 UTC (rev 13495)
@@ -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