[open-ils-commits] r13494 - trunk/Open-ILS/examples/apache (dbs)

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


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

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

Thanks to Jeff Godin for pointing this out!


Modified: trunk/Open-ILS/examples/apache/eg.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg.conf	2009-07-02 20:30:56 UTC (rev 13493)
+++ trunk/Open-ILS/examples/apache/eg.conf	2009-07-03 20:55:31 UTC (rev 13494)
@@ -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