[Koha-cvs] CVS: koha/C4 Search.pm,1.85,1.85.2.1

MJ Ray slef at users.sourceforge.net
Fri Dec 19 16:01:08 CET 2003


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;





More information about the Koha-cvs mailing list