[open-ils-commits] r18594 - branches/rel_2_0/Open-ILS/examples/apache (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 3 16:30:18 EDT 2010


Author: miker
Date: 2010-11-03 16:30:12 -0400 (Wed, 03 Nov 2010)
New Revision: 18594

Modified:
   branches/rel_2_0/Open-ILS/examples/apache/startup.pl
Log:
add the Batch Bib Update module to startup.pl

Modified: branches/rel_2_0/Open-ILS/examples/apache/startup.pl
===================================================================
--- branches/rel_2_0/Open-ILS/examples/apache/startup.pl	2010-11-03 20:29:45 UTC (rev 18593)
+++ branches/rel_2_0/Open-ILS/examples/apache/startup.pl	2010-11-03 20:30:12 UTC (rev 18594)
@@ -5,6 +5,7 @@
 use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml );
+use OpenILS::WWW::TemplateBatchBibUpdate qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::EGWeb ('/openils/conf/oils_web.xml');
 use OpenILS::WWW::PasswordReset ('/openils/conf/opensrf_core.xml');
 



More information about the open-ils-commits mailing list