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

(-)a/C4/Charset.pm (-1 / +1 lines)
Lines 763-769 where the eight bit is set) octet with the Unicode Link Here
763
replacement character.  This is meant as a last-ditch
763
replacement character.  This is meant as a last-ditch
764
method, and would be best used as part of a UI that
764
method, and would be best used as part of a UI that
765
lets a cataloguer pick various character conversions
765
lets a cataloguer pick various character conversions
766
until he or she finds the right one.
766
until they find the right one.
767
767
768
=cut
768
=cut
769
769
(-)a/C4/Overdues.pm (-2 / +1 lines)
Lines 638-644 Looks up a patron by borrower number. Link Here
638
C<$borrower> is a reference-to-hash whose keys are all of the fields
638
C<$borrower> is a reference-to-hash whose keys are all of the fields
639
from the borrowers and categories tables of the Koha database. Thus,
639
from the borrowers and categories tables of the Koha database. Thus,
640
C<$borrower> contains all information about both the borrower and
640
C<$borrower> contains all information about both the borrower and
641
category he or she belongs to.
641
category they belong to.
642
642
643
=cut
643
=cut
644
644
645
- 

Return to bug 18432