koha-cvs
[Top][All Lists]
Advanced

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

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.102,1.103
Date: Sat, 14 May 2005 15:05:47 -0700

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;




reply via email to

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