[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Authorities.pm,1.3,1.4
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 Authorities.pm,1.3,1.4 |
Date: |
Wed, 03 Sep 2003 08:01:52 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv24660/C4
Modified Files:
Authorities.pm
Log Message:
removing "warn"
Index: Authorities.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Authorities.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Authorities.pm 2 Jul 2003 12:49:43 -0000 1.3
--- Authorities.pm 3 Sep 2003 15:01:50 -0000 1.4
***************
*** 179,183 ****
# $query .= " and freelib like \"$searchstring%\"" if ($searchstring);
$query .= " order by category,freelib limit $offset,".($pagesize*4);
! warn "q : $query";
my $sth=$dbh->prepare($query);
$sth->execute;
--- 179,183 ----
# $query .= " and freelib like \"$searchstring%\"" if ($searchstring);
$query .= " order by category,freelib limit $offset,".($pagesize*4);
! # warn "q : $query";
my $sth=$dbh->prepare($query);
$sth->execute;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Authorities.pm,1.3,1.4,
Paul POULAIN <=