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

Paul POULAIN tipaul at users.sourceforge.net
Tue Jun 22 13:35:39 CEST 2004


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





More information about the Koha-cvs mailing list