[open-ils-commits] r10938 - branches/rel_1_4/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 28 10:23:25 EDT 2008
Author: erickson
Date: 2008-10-28 10:23:19 -0400 (Tue, 28 Oct 2008)
New Revision: 10938
Modified:
branches/rel_1_4/Open-ILS/examples/opensrf.xml.example
Log:
default to legacy circ script support
Modified: branches/rel_1_4/Open-ILS/examples/opensrf.xml.example
===================================================================
--- branches/rel_1_4/Open-ILS/examples/opensrf.xml.example 2008-10-28 13:27:57 UTC (rev 10937)
+++ branches/rel_1_4/Open-ILS/examples/opensrf.xml.example 2008-10-28 14:23:19 UTC (rev 10938)
@@ -506,7 +506,7 @@
<script_path>LIBDIR/javascript</script_path>
<script_path>LOCALSTATEDIR</script_path>
<script_path>LOCALSTATEDIR/catalog</script_path>
- <legacy_script_support>false</legacy_script_support>
+ <legacy_script_support>true</legacy_script_support>
<scripts>
<circ_permit_patron>circ/circ_permit_patron.js</circ_permit_patron>
<circ_permit_copy>circ/circ_permit_copy.js</circ_permit_copy>
More information about the open-ils-commits
mailing list