koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Biblio.pm,1.103,1.104


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.103,1.104
Date: Thu, 16 Sep 2004 08:06:49 -0700

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

Modified Files:
        Biblio.pm 
Log Message:
enabling # (| still possible too) for repeatable subfields

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -r1.103 -r1.104
*** Biblio.pm   6 Sep 2004 14:17:34 -0000       1.103
--- Biblio.pm   16 Sep 2004 15:06:46 -0000      1.104
***************
*** 419,423 ****
          $subfieldcode = ' ';
      }
!     my @subfieldvalues = split /\|/, $subfieldvalues;
      foreach my $subfieldvalue (@subfieldvalues) {
          if ( length($subfieldvalue) > 255 ) {
--- 419,423 ----
          $subfieldcode = ' ';
      }
!     my @subfieldvalues = split /\||#/, $subfieldvalues;
      foreach my $subfieldvalue (@subfieldvalues) {
          if ( length($subfieldvalue) > 255 ) {
***************
*** 2541,2544 ****
--- 2541,2547 ----
  # $Id$
  # $Log$
+ # Revision 1.104  2004/09/16 15:06:46  tipaul
+ # enabling # (| still possible too) for repeatable subfields
+ #
  # Revision 1.103  2004/09/06 14:17:34  tipaul
  # some commented warning added + 1 major bugfix => drop empty fields, NOT 
fields containing 0




reply via email to

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