[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha updatebiblio.pl,1.9,1.10
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha updatebiblio.pl,1.9,1.10 |
Date: |
Sat, 26 Jun 2004 16:43:14 -0700 |
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha updatebiblio.pl,1.9,1.10,
Chris Cormack <=