11 Dec
2013
11 Dec
'13
5:44 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8018 --- Comment #1 from Pablo AB <pablo.bianchi@gmail.com> --- I think I solved this problem, just adding something like $row_data{maxlength} = "4"; near line 365 on marc_subfields_structure.pl: @ -360,6 +360,9 @@ -multiple => 0, ); + # This (I think) fix Bug #8018 + $row_data{maxlength} = "4"; + $row_data{link} = CGI::escapeHTML( $data->{'link'} ); $row_data{row} = $i; push( @loop_data, \%row_data ); -- You are receiving this mail because: You are watching all bug changes.