[Koha-cvs] CVS: koha/authorities auth_finder.pl,1.7,1.8

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue May 17 16:54:18 CEST 2005


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

Modified Files:
	auth_finder.pl 
Log Message:
Removing a warning

Index: auth_finder.pl
===================================================================
RCS file: /cvsroot/koha/koha/authorities/auth_finder.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** auth_finder.pl	31 Mar 2005 18:17:16 -0000	1.7
--- auth_finder.pl	17 May 2005 14:54:16 -0000	1.8
***************
*** 158,162 ****
  $template->param(authtypesloop => \@authtypesloop,
  				authtypecode => $authtypecode);
! warn "CAT : $authtypecode";
  
  # Print the page
--- 158,162 ----
  $template->param(authtypesloop => \@authtypesloop,
  				authtypecode => $authtypecode);
! #warn "CAT : $authtypecode";
  
  # Print the page





More information about the Koha-cvs mailing list