[Koha-cvs] CVS: koha/C4 Search.pm,1.64,1.65

Mike Hansen wolfpac444 at users.sourceforge.net
Thu May 8 16:12:32 CEST 2003


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

Modified Files:
	Search.pm 
Log Message:
Fixed bug #405


Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** Search.pm	8 May 2003 13:19:40 -0000	1.64
--- Search.pm	8 May 2003 14:12:30 -0000	1.65
***************
*** 85,89 ****
    my ($bornum)=@_;
    my $dbh = C4::Context->dbh;
!   my $query="select cardnumber,borrowernumber from borrowers where
    guarantor='$bornum'";
    my $sth=$dbh->prepare($query);
--- 85,89 ----
    my ($bornum)=@_;
    my $dbh = C4::Context->dbh;
!   my $query="select cardnumber,borrowernumber, firstname, surname from borrowers where
    guarantor='$bornum'";
    my $sth=$dbh->prepare($query);





More information about the Koha-cvs mailing list