[Koha-cvs] CVS: koha/C4 Search.pm,1.102,1.103

Chris Cormack rangi at users.sourceforge.net
Sun May 15 00:05:47 CEST 2005


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

Modified Files:
	Search.pm 
Log Message:
Commenting out warn call
Im working on a curses circulation module, and this warn was smearing output
to the screen.



Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -r1.102 -r1.103
*** Search.pm	4 May 2005 15:40:01 -0000	1.102
--- Search.pm	14 May 2005 22:05:44 -0000	1.103
***************
*** 1842,1846 ****
  
  	my $sth=$dbh->prepare($query);
! 	warn "Q $orderby : $query";
  	$sth->execute(@bind);
  	my @results;
--- 1842,1846 ----
  
  	my $sth=$dbh->prepare($query);
! #	warn "Q $orderby : $query";
  	$sth->execute(@bind);
  	my @results;





More information about the Koha-cvs mailing list