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

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 13 18:31:39 CET 2004


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;





More information about the Koha-cvs mailing list