[Koha-cvs] CVS: koha/C4 Search.pm,1.18.2.24,1.18.2.25

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Jan 15 17:45:34 CET 2003


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

Modified Files:
      Tag: rel-1-2
	Search.pm 
Log Message:
Removing warn (makes tests hard to read :)


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.18.2.24
retrieving revision 1.18.2.25
diff -C2 -r1.18.2.24 -r1.18.2.25
*** Search.pm	11 Dec 2002 05:39:16 -0000	1.18.2.24
--- Search.pm	15 Jan 2003 16:45:31 -0000	1.18.2.25
***************
*** 1074,1078 ****
  	    $query.= " and (publishercode like '%$search->{'publisher'}%')";
  	    }
- warn "$query\n";
    my $dewey;
    my $subclass;
--- 1074,1077 ----





More information about the Koha-cvs mailing list