[Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.14,1.15

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed May 4 16:18:55 CEST 2005


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

Modified Files:
	AuthoritiesMarc.pm 
Log Message:
adding Marc Record to authoritysearch report

Index: AuthoritiesMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** AuthoritiesMarc.pm	5 Apr 2005 17:07:46 -0000	1.14
--- AuthoritiesMarc.pm	4 May 2005 14:18:39 -0000	1.15
***************
*** 177,180 ****
--- 177,181 ----
  		$newline{used} = &AUTHcount_usage($result[$counter]);
  		$newline{biblio_fields} = $tags_using_authtype;
+ 		$newline{marcrecord} = $record;
  		$counter++;
  		push @finalresult, \%newline;
***************
*** 925,928 ****
--- 926,932 ----
  # $Id$
  # $Log$
+ # Revision 1.15  2005/05/04 14:18:39  hdl
+ # adding Marc Record to authoritysearch report
+ #
  # Revision 1.14  2005/04/05 17:07:46  hdl
  # Scanning every the Subfields of auth_tag_to_report for FindDuplicate





More information about the Koha-cvs mailing list