From afb86944515aa5800b5c393cb6f76a5cee0b65f8 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 17 Jul 2007 02:36:39 +0000 Subject: Fixing another cogs bug (1753360) fix for user@company login sessions continuing to time out git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1414 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/IR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB/IR.pm') diff --git a/LedgerSMB/IR.pm b/LedgerSMB/IR.pm index e2de66a3..eec7985c 100644 --- a/LedgerSMB/IR.pm +++ b/LedgerSMB/IR.pm @@ -404,7 +404,7 @@ sub post_invoice { VALUES (?, ?, ?, ?, ?, ?)|; - $sth = $dbh->prepare($query); + my $sth = $dbh->prepare($query); $sth->execute( $ref->{trans_id}, $ref->{inventory_accno_id}, $linetotal, $ref->{transdate}, -- cgit v1.2.3