koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Z3950.pm,1.9,1.10


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Z3950.pm,1.9,1.10
Date: Wed, 01 Oct 2003 08:08:16 -0700

Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv1097/C4

Modified Files:
        Z3950.pm 
Log Message:
fix fog bug #622 : processz3950queue fails

Index: Z3950.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Z3950.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Z3950.pm    29 Apr 2003 16:50:51 -0000      1.9
--- Z3950.pm    1 Oct 2003 15:08:14 -0000       1.10
***************
*** 215,219 ****
        my $serverlist='';
  
!       $serverlist = join(" ", @serverlist);
  #     chop $serverlist;
  
--- 215,219 ----
        my $serverlist='';
  
!       $serverlist = join("|", @serverlist);
  #     chop $serverlist;
  
***************
*** 307,310 ****
--- 307,313 ----
  #--------------------------------------
  # $Log$
+ # Revision 1.10  2003/10/01 15:08:14  tipaul
+ # fix fog bug #622 : processz3950queue fails
+ #
  # Revision 1.9  2003/04/29 16:50:51  tipaul
  # really proud of this commit :-)




reply via email to

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