[Koha-cvs] koha/C4 AuthoritiesMarc.pm [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Dec 20 18:13:19 CET 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	06/12/20 17:13:19

Modified files:
	C4             : AuthoritiesMarc.pm 

Log message:
	modifying use of GILS into use of @attr 1=Koha-Auth-Number

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/AuthoritiesMarc.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.28.2.7&r2=1.28.2.8

Patches:
Index: AuthoritiesMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.28.2.7
retrieving revision 1.28.2.8
diff -u -b -r1.28.2.7 -r1.28.2.8
--- AuthoritiesMarc.pm	18 Dec 2006 16:45:38 -0000	1.28.2.7
+++ AuthoritiesMarc.pm	20 Dec 2006 17:13:19 -0000	1.28.2.8
@@ -823,7 +823,7 @@
 ### try ZOOM search here
 my $oConnection=C4::Context->Zconn("biblioserver");
 my $query;
-$query= "\@attr GILS 1=2057 ".$mergefrom;
+$query= "\@attr 1=Koha-Auth-Number ".$mergefrom;
 my $oResult = $oConnection->search_pqf($query);
 my $count=$oResult->size() if  ($oResult);
 my @reccache;
@@ -880,8 +880,11 @@
 
 =cut
 
-# $Id: AuthoritiesMarc.pm,v 1.28.2.7 2006/12/18 16:45:38 tipaul Exp $
+# $Id: AuthoritiesMarc.pm,v 1.28.2.8 2006/12/20 17:13:19 hdl Exp $
 # $Log: AuthoritiesMarc.pm,v $
+# Revision 1.28.2.8  2006/12/20 17:13:19  hdl
+# modifying use of GILS into use of @attr 1=Koha-Auth-Number
+#
 # Revision 1.28.2.7  2006/12/18 16:45:38  tipaul
 # FIXME upcased
 #





More information about the Koha-cvs mailing list