[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.6,1.7
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.6,1.7 |
Date: |
Mon, 07 Jul 2003 07:44:00 -0700 |
Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv5355/C4
Modified Files:
SearchMarc.pm
Log Message:
removing warnings
Index: SearchMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** SearchMarc.pm 3 Jul 2003 12:48:33 -0000 1.6
--- SearchMarc.pm 7 Jul 2003 14:43:58 -0000 1.7
***************
*** 141,151 ****
chop $sql_tables;
my $sth;
- warn "HERE";
if ($sql_where2) {
$sth = $dbh->prepare("select distinct m1.bibid from $sql_tables
where $sql_where2 and ($sql_where1)");
- warn("-->select m1.bibid from $sql_tables where $sql_where2 and
($sql_where1)");
} else {
$sth = $dbh->prepare("select distinct m1.bibid from $sql_tables
where $sql_where1");
- warn("==>select m1.bibid from $sql_tables where $sql_where1");
}
$sth->execute;
--- 141,148 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 SearchMarc.pm,1.6,1.7,
Paul POULAIN <=