From 18b2cfe08a15b9e1ef2157e8973e8fe09a6b9865 Mon Sep 17 00:00:00 2001 From: rangi Date: Sun, 15 May 2005 04:35:36 +0000 Subject: [PATCH] Removing old print statement --- C4/Stats.pm | 1 - 1 file changed, 1 deletion(-) 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(),?,?,?,?,?,?,?,?)"); -- 2.11.0