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

SF.net SVN: ledger-smb: [1111] branches/1.2/LedgerSMB/IS.pm



Revision: 1111
          http://svn.sourceforge.net/ledger-smb/?rev=1111&view=rev
Author:   einhverfr
Date:     2007-04-27 08:14:50 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Fixing bind error in IS.pm re: Charlie Ambrose's email

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

Modified: branches/1.2/LedgerSMB/IS.pm
===================================================================
--- branches/1.2/LedgerSMB/IS.pm	2007-04-26 23:35:18 UTC (rev 1110)
+++ branches/1.2/LedgerSMB/IS.pm	2007-04-27 15:14:50 UTC (rev 1111)
@@ -1022,7 +1022,7 @@
 						  FROM parts p
 						  JOIN assembly a 
 						       ON (a.parts_id = p.id)
-						 WHERE a.id = $form->{"id_$i"}
+						 WHERE a.id = ?
 						 GROUP BY p.assembly|;
                     $sth = $dbh->prepare($query);
                     $sth->execute( $form->{"id_$i"} )


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