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

Paul POULAIN tipaul at users.sourceforge.net
Wed Sep 3 17:01:52 CEST 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv24660/C4

Modified Files:
	Authorities.pm 
Log Message:
removing "warn"

Index: Authorities.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Authorities.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Authorities.pm	2 Jul 2003 12:49:43 -0000	1.3
--- Authorities.pm	3 Sep 2003 15:01:50 -0000	1.4
***************
*** 179,183 ****
  #	$query .= " and freelib like \"$searchstring%\"" if ($searchstring);
  	$query .= " order by category,freelib limit $offset,".($pagesize*4);
! 	warn "q : $query";
  	my $sth=$dbh->prepare($query);
  	$sth->execute;
--- 179,183 ----
  #	$query .= " and freelib like \"$searchstring%\"" if ($searchstring);
  	$query .= " order by category,freelib limit $offset,".($pagesize*4);
! # 	warn "q : $query";
  	my $sth=$dbh->prepare($query);
  	$sth->execute;





More information about the Koha-cvs mailing list