[open-ils-commits] r7705 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Aug 18 04:18:40 EDT 2007


Author: miker
Date: 2007-08-18 04:14:22 -0400 (Sat, 18 Aug 2007)
New Revision: 7705

Modified:
   trunk/Open-ILS/examples/apache/startup.pl
Log:
swapping out the reporter proxy for the generic proxy

Modified: trunk/Open-ILS/examples/apache/startup.pl
===================================================================
--- trunk/Open-ILS/examples/apache/startup.pl	2007-08-17 21:19:40 UTC (rev 7704)
+++ trunk/Open-ILS/examples/apache/startup.pl	2007-08-18 08:14:22 UTC (rev 7705)
@@ -3,7 +3,7 @@
 use OpenILS::WWW::Exporter qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
-use OpenILS::Reporter::Proxy ('/openils/conf/opensrf_core.xml');
+use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');
 
 
 



More information about the open-ils-commits mailing list