[Koha-cvs] CVS: koha/value_builder unimarc_field_210c.pl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Fri Aug 1 16:20:53 CEST 2003


Update of /cvsroot/koha/koha/value_builder
In directory sc8-pr-cvs1:/tmp/cvs-serv26623/value_builder

Modified Files:
	unimarc_field_210c.pl 
Log Message:
small fix to avoid javascript error in HTML when editor list is empty.

Index: unimarc_field_210c.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_210c.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** unimarc_field_210c.pl	23 Jan 2003 12:30:35 -0000	1.2
--- unimarc_field_210c.pl	1 Aug 2003 14:20:51 -0000	1.3
***************
*** 70,74 ****
  <script>
  function Focus$function_name(index) {
! var isbn_array = [";
  foreach my $editor (@editors) {
  	my @arr = split (/ $authoritysep /,$editor);
--- 70,74 ----
  <script>
  function Focus$function_name(index) {
! var isbn_array = [ ";
  foreach my $editor (@editors) {
  	my @arr = split (/ $authoritysep /,$editor);





More information about the Koha-cvs mailing list