262 else {
263 if (
264 length($value) > 100
265 or
266 ( C4::Context->preference("marcflavour") eq "UNIMARC" && $tag >= 300
267 and $tag < 400 && $subfield eq 'a' )
268 or ( $tag >= 600
269 and $tag < 700
270 && C4::Context->preference("marcflavour") eq "MARC21" )
271 )
272 {
Mibbit.com Pasted on 2012-03-08 11:37:21