View | Details | Raw Unified | Return to bug 34041
Collapse All | Expand All

(-)a/etc/z3950/config.xml (-3 / +4 lines)
Lines 1-8 Link Here
1
<yazgfs>
1
<yazgfs>
2
 <!-- See z3950_responder.pl for available options. The options -c, -u and -p are already passed automatically by koha-z3950-responder -->
2
 <!-- See z3950_responder.pl for available options. The options -c, -u and -p are
3
      already passed automatically by koha-z3950-responder, note that dashes for the
4
      add-item-status switch are escaped for XML compliance but should not if uncommented -->
3
 <!--
5
 <!--
4
  <config>
6
  <config>
5
      <z3950_responder_options>--add-item-status k -t 5</z3950_responder_options>
7
      <z3950_responder_options>\-\-add-item-status k -t 5</z3950_responder_options>
6
  </config>
8
  </config>
7
 -->
9
 -->
8
10
9
- 

Return to bug 34041