[Koha-cvs] CVS: koha updatebiblio.pl,1.9,1.10

Chris Cormack rangi at users.sourceforge.net
Sun Jun 27 01:43:14 CEST 2004


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27256

Modified Files:
	updatebiblio.pl 
Log Message:
Accepts subjects separated by | or \n



Index: updatebiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebiblio.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** updatebiblio.pl	19 May 2003 13:56:43 -0000	1.9
--- updatebiblio.pl	26 Jun 2004 23:43:12 -0000	1.10
***************
*** 59,63 ****
  
  $subject = uc($subject);
! @sub     = split(/\|/, $subject);
  $count   = @sub;
  
--- 59,63 ----
  
  $subject = uc($subject);
! @sub     = split(/\||\n/, $subject);
  $count   = @sub;
  





More information about the Koha-cvs mailing list