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.64,1.65


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.64,1.65
Date: Thu, 08 May 2003 07:12:32 -0700

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)address@hidden;
    my $dbh = C4::Context->dbh;
!   my $query="select cardnumber,borrowernumber from borrowers where
    guarantor='$bornum'";
    my $sth=$dbh->prepare($query);
--- 85,89 ----
    my ($bornum)address@hidden;
    my $dbh = C4::Context->dbh;
!   my $query="select cardnumber,borrowernumber, firstname, surname from 
borrowers where
    guarantor='$bornum'";
    my $sth=$dbh->prepare($query);




reply via email to

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