[Koha-cvs] CVS: koha/C4 Biblio.pm,1.98,1.99

doXulting doxulting at users.sourceforge.net
Fri Jul 30 15:54:53 CEST 2004


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

Modified Files:
	Biblio.pm 
Log Message:
Beginning of serial commit

Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -r1.98 -r1.99
*** Biblio.pm	15 Jul 2004 09:48:10 -0000	1.98
--- Biblio.pm	30 Jul 2004 13:54:50 -0000	1.99
***************
*** 1456,1460 ****
          $bibnum,             $biblio->{'title'},
          $biblio->{'author'}, $biblio->{'copyrightdate'},
!         $series,             $biblio->{'seriestitle'},
          $biblio->{'notes'},  $biblio->{'abstract'}
      );
--- 1456,1460 ----
          $bibnum,             $biblio->{'title'},
          $biblio->{'author'}, $biblio->{'copyrightdate'},
!         $biblio->{'serial'},             $biblio->{'seriestitle'},
          $biblio->{'notes'},  $biblio->{'abstract'}
      );
***************
*** 2532,2535 ****
--- 2532,2538 ----
  # $Id$
  # $Log$
+ # Revision 1.99  2004/07/30 13:54:50  doxulting
+ # Beginning of serial commit
+ #
  # Revision 1.98  2004/07/15 09:48:10  tipaul
  # * removing useless sub





More information about the Koha-cvs mailing list