koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_210c.pl,1.2,1.3
Date: Fri, 01 Aug 2003 07:20:53 -0700

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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]