koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.3,1.4


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 AuthoritiesMarc.pm,1.3,1.4
Date: Tue, 22 Jun 2004 04:35:39 -0700

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

Modified Files:
        AuthoritiesMarc.pm 
Log Message:
removing % at the beginning of a string to avoid loooonnnngggg searchs

Index: AuthoritiesMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/AuthoritiesMarc.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AuthoritiesMarc.pm  17 Jun 2004 08:02:13 -0000      1.3
--- AuthoritiesMarc.pm  22 Jun 2004 11:35:37 -0000      1.4
***************
*** 378,381 ****
--- 378,382 ----
                $sth->finish;
        }
+       warn "auth : $authid";
        my $fieldcount=0;
        # now, add subfields...
***************
*** 824,827 ****
--- 825,831 ----
  # $Id$
  # $Log$
+ # Revision 1.4  2004/06/22 11:35:37  tipaul
+ # removing % at the beginning of a string to avoid loooonnnngggg searchs
+ #
  # Revision 1.3  2004/06/17 08:02:13  tipaul
  # merging tag & subfield in auth_word for better perfs




reply via email to

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