[Koha-patches] [PATCH] [followup](bug #3760) delete some warn

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Wed Nov 4 16:42:56 CET 2009


---
 reports/borrowers_out.pl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/reports/borrowers_out.pl b/reports/borrowers_out.pl
index 3f91635..e16166f 100755
--- a/reports/borrowers_out.pl
+++ b/reports/borrowers_out.pl
@@ -198,7 +198,6 @@ sub calculate {
         
         my $sth2 = $dbh->prepare( $strsth2 );
         $sth2->execute;
-        warn $strsth2;
         while (my ($celvalue) = $sth2->fetchrow) {
             my %cell;
     #		my %ft;
@@ -251,7 +250,6 @@ sub calculate {
         } else { $max=$line;}
         $strcalc .= " LIMIT 0,$max";
      } 
-    warn "SQL : ". $strcalc;
     
     my $dbcalc = $dbh->prepare($strcalc);
     $dbcalc->execute;
-- 
1.6.3.3




More information about the Koha-patches mailing list