koha-cvs
[Top][All Lists]
Advanced

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

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


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/C4 AuthoritiesMarc.pm [rel_3_0]
Date: Wed, 20 Dec 2006 17:13:19 +0000

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= "address@hidden GILS 1=2057 ".$mergefrom;
+$query= "address@hidden 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
 #




reply via email to

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