From 05342abc776c6d992f0ddc9e7767615e0321a7ed Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 20 Feb 2015 08:52:07 -0500 Subject: [PATCH] Bug 13506 [QA Follouwp] - Fix POD --- C4/SIP/ILS.pod | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/C4/SIP/ILS.pod b/C4/SIP/ILS.pod index 8ff3b46..a60ddf0 100644 --- a/C4/SIP/ILS.pod +++ b/C4/SIP/ILS.pod @@ -76,12 +76,11 @@ successfully logged in, is initialize the ILS module by calling $ils = new ILS $institution -where C<$institution> is an object of type -C, describing the institution to -which the terminal belongs. In general, this will be the single -institution that the ILS supports, but it may be that in a -consortial setting, the SIP server may support connecting to -different ILSs based on the C<$institution> of the terminal. +where C<$institution> is a hash ( institution => 'Foo Public Library' ) +describing the institution to which the terminal belongs. +In general, this will be the single institution that the ILS supports, +but it may be that in a consortial setting, the SIP server may support +connecting to different ILSs based on the C<$institution> of the terminal. =head1 BASIC OBJECT ACCESS AND PROTOCOL SUPPORT -- 1.7.2.5