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: paul poulain
Subject: [Koha-cvs] koha/C4 AuthoritiesMarc.pm [rel_3_0]
Date: Mon, 18 Dec 2006 16:45:38 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/12/18 16:45:38

Modified files:
        C4             : AuthoritiesMarc.pm 

Log message:
        FIXME upcased

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

Patches:
Index: AuthoritiesMarc.pm
===================================================================
RCS file: /sources/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.28.2.6
retrieving revision 1.28.2.7
diff -u -b -r1.28.2.6 -r1.28.2.7
--- AuthoritiesMarc.pm  7 Dec 2006 16:45:43 -0000       1.28.2.6
+++ AuthoritiesMarc.pm  18 Dec 2006 16:45:38 -0000      1.28.2.7
@@ -153,7 +153,7 @@
 
 ##Find authid and linkid fields
 ##we may be searching multiple authoritytypes.
-##Fix me this assumes that all authid and linkid fields are the same for all 
authority types
+## FIXME this assumes that all authid and linkid fields are the same for all 
authority types
 # my 
($authidfield,$authidsubfield)=AUTHfind_marc_from_kohafield($dbh,"auth_header.authid",$authtypecode[0]);
 # my 
($linkidfield,$linkidsubfield)=AUTHfind_marc_from_kohafield($dbh,"auth_header.linkid",$authtypecode[0]);
   while (($counter < $nbresults) && ($counter < ($offset + $length))) {
@@ -880,8 +880,11 @@
 
 =cut
 
-# $Id: AuthoritiesMarc.pm,v 1.28.2.6 2006/12/07 16:45:43 toins Exp $
+# $Id: AuthoritiesMarc.pm,v 1.28.2.7 2006/12/18 16:45:38 tipaul Exp $
 # $Log: AuthoritiesMarc.pm,v $
+# Revision 1.28.2.7  2006/12/18 16:45:38  tipaul
+# FIXME upcased
+#
 # Revision 1.28.2.6  2006/12/07 16:45:43  toins
 # removing warn compilation. (perl -wc)
 #




reply via email to

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