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.2.1,1.85.2.2


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Search.pm,1.85.2.1,1.85.2.2
Date: Tue, 13 Jan 2004 09:31:39 -0800

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

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

Index: Search.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Search.pm,v
retrieving revision 1.85.2.1
retrieving revision 1.85.2.2
diff -C2 -r1.85.2.1 -r1.85.2.2
*** Search.pm   19 Dec 2003 15:01:06 -0000      1.85.2.1
--- Search.pm   13 Jan 2004 17:31:37 -0000      1.85.2.2
***************
*** 1949,1953 ****
    }
    #print $query;
!   my $sth=$dbh->prepare("");
    $sth->execute($bornum);
    my @result;
--- 1949,1953 ----
    }
    #print $query;
!   my $sth=$dbh->prepare($query);
    $sth->execute($bornum);
    my @result;




reply via email to

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