]> git.koha-community.org Git - koha.git/commit
Avoid numeric comparisons with leading zeroes
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 20 Aug 2009 10:12:57 +0000 (11:12 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:28 +0000 (23:19 +0200)
commitf9f78672eacfced20a53aca34f823273656102c3
tree3d9870da411518274fc4c2d1e14534e9ef300ca2
parentb8e566837a38eeca201797f6159cfcd648bd09da
Avoid numeric comparisons with leading zeroes

Numbers in perl with leading zeros are interpreted in octal
Ensure that comparisons are done using string operators
or where appropriate use the MARC::Field method

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Record.pm
cataloguing/addbiblio.pl
misc/batchCompareMARCvsFrameworks.pl
misc/migration_tools/bulkmarcimport.pl