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.94,1.95


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Biblio.pm,1.94,1.95
Date: Sat, 26 Jun 2004 16:20:02 -0700

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

Modified Files:
        Biblio.pm 
Log Message:
Fixing modaddauthor, and adding getitemtypes.
Also tidying up formatting of code


Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -r1.94 -r1.95
*** Biblio.pm   17 Jun 2004 08:16:32 -0000      1.94
--- Biblio.pm   26 Jun 2004 23:19:59 -0000      1.95
***************
*** 1,3 ****
--- 1,4 ----
  package C4::Biblio;
+ 
  # Copyright 2000-2002 Katipo Communications
  #
***************
*** 29,32 ****
--- 30,34 ----
  
  @ISA = qw(Exporter);
[...4154 lines suppressed...]
!     s/$NSB/(/gm;
!     s/[ ]{0,1}$NSE/) /gm;
!     $string = $_;
!     return ($string);
  }
  
! END { }    # module clean-up code here (global destructor)
  
  =back
***************
*** 2192,2195 ****
--- 2674,2681 ----
  # $Id$
  # $Log$
+ # Revision 1.95  2004/06/26 23:19:59  rangi
+ # Fixing modaddauthor, and adding getitemtypes.
+ # Also tidying up formatting of code
+ #
  # Revision 1.94  2004/06/17 08:16:32  tipaul
  # merging tag & subfield in marc_word for better perfs




reply via email to

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