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

SF.net SVN: ledger-smb: [579] trunk/LedgerSMB/CA.pm



Revision: 579
          http://svn.sourceforge.net/ledger-smb/?rev=579&view=rev
Author:   tetragon
Date:     2006-11-13 20:35:51 -0800 (Mon, 13 Nov 2006)

Log Message:
-----------
Fix call to fetchrow_array

Modified Paths:
--------------
    trunk/LedgerSMB/CA.pm

Modified: trunk/LedgerSMB/CA.pm
===================================================================
--- trunk/LedgerSMB/CA.pm	2006-11-14 04:34:26 UTC (rev 578)
+++ trunk/LedgerSMB/CA.pm	2006-11-14 04:35:51 UTC (rev 579)
@@ -211,7 +211,7 @@
 		$sth->execute($accno);
 		($form->{description}, $form->{category}, $form->{link}, 
 			$form->{contra})
-				 = $sth->fetchrow_array($query);
+				 = $sth->fetchrow_array;
 
 		if ($form->{fromdate}) {
 


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