@@ -, +, @@ --- C4/SIP/ILS.pod | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) --- a/C4/SIP/ILS.pod +++ a/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 --