[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [708] branches/1.2/LedgerSMB/Form.pm



Revision: 708
          http://svn.sourceforge.net/ledger-smb/?rev=708&view=rev
Author:   tetragon
Date:     2006-11-30 12:04:34 -0800 (Thu, 30 Nov 2006)

Log Message:
-----------
Adjust INSERTs to audittrail to have correct number of fields

Modified Paths:
--------------
    branches/1.2/LedgerSMB/Form.pm

Modified: branches/1.2/LedgerSMB/Form.pm
===================================================================
--- branches/1.2/LedgerSMB/Form.pm	2006-11-30 20:04:27 UTC (rev 707)
+++ branches/1.2/LedgerSMB/Form.pm	2006-11-30 20:04:34 UTC (rev 708)
@@ -3071,7 +3071,7 @@
 						trans_id, tablename, reference,
 						formname, action, employee_id, 
 						transdate)
-					VALUES (?, ?, ?, ?, ?, ?)|;
+					VALUES (?, ?, ?, ?, ?, ?, ?)|;
 				@queryargs = (
 					$audittrail->{id}, 
 					$audittrail->{tablename},
@@ -3086,7 +3086,7 @@
 					INSERT INTO audittrail 
 						(trans_id, tablename, reference,
 						formname, action, employee_id)
-					VALUES (?, ?, ?, ?, ?)|;
+					VALUES (?, ?, ?, ?, ?, ?)|;
 				@queryargs = (
 					$audittrail->{id}, 
 					$audittrail->{tablename},


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.