From: rangi Date: Sun, 15 May 2005 04:35:36 +0000 (+0000) Subject: Removing old print statement X-Git-Tag: dev_week~1538 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=18b2cfe08a15b9e1ef2157e8973e8fe09a6b9865;p=koha_gimpoz Removing old print statement --- diff --git a/C4/Stats.pm b/C4/Stats.pm index 8c03061358..43275b674e 100644 --- a/C4/Stats.pm +++ b/C4/Stats.pm @@ -78,7 +78,6 @@ sub UpdateStats { $branch=$env->{'branchcode'}; } my $user = $env->{'usercode'}; - print $borrowernumber; # FIXME - Use $dbh->do() instead my $sth=$dbh->prepare("Insert into statistics (datetime,branch,type,usercode,value, other,itemnumber,itemtype,borrowernumber) values (now(),?,?,?,?,?,?,?,?)");