add the Batch Bib Update module to startup.pl
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Nov 2010 20:30:32 +0000 (20:30 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Nov 2010 20:30:32 +0000 (20:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18595 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/startup.pl

index 378aaa3..0ebc73f 100644 (file)
@@ -5,6 +5,7 @@ use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml );
 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');