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.85,1.85.2.1


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.85,1.85.2.1
Date: Fri, 19 Dec 2003 07:01:08 -0800

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

Modified Files:
      Tag: rel_2_0
        Search.pm 
Log Message:
typo fix

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.85
retrieving revision 1.85.2.1
diff -C2 -r1.85 -r1.85.2.1
*** Search.pm   14 Dec 2003 17:25:37 -0000      1.85
--- Search.pm   19 Dec 2003 15:01:06 -0000      1.85.2.1
***************
*** 1378,1382 ****
   $sth->finish;
    #FIXME: ordering/indentation here looks wrong
!   my $sth2=$dbh->prepare("Select * from aqorders where biblionumber=>");
    $sth2->execute($biblionumber);
    my $data;
--- 1378,1382 ----
   $sth->finish;
    #FIXME: ordering/indentation here looks wrong
!   my $sth2=$dbh->prepare("Select * from aqorders where biblionumber=?");
    $sth2->execute($biblionumber);
    my $data;




reply via email to

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