[open-ils-commits] r18593 - trunk/Open-ILS/examples/apache (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 3 16:29:50 EDT 2010
Author: miker
Date: 2010-11-03 16:29:45 -0400 (Wed, 03 Nov 2010)
New Revision: 18593
Modified:
trunk/Open-ILS/examples/apache/startup.pl
Log:
add the Batch Bib Update module to startup.pl
Modified: trunk/Open-ILS/examples/apache/startup.pl
===================================================================
--- trunk/Open-ILS/examples/apache/startup.pl 2010-11-03 19:58:18 UTC (rev 18592)
+++ trunk/Open-ILS/examples/apache/startup.pl 2010-11-03 20:29:45 UTC (rev 18593)
@@ -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