From: <dai...@us...> - 2011-08-28 09:25:37
|
Revision: 4670 http://web-erp.svn.sourceforge.net/web-erp/?rev=4670&view=rev Author: daintree Date: 2011-08-28 09:25:31 +0000 (Sun, 28 Aug 2011) Log Message: ----------- Modified Paths: -------------- trunk/SelectCustomer.php Modified: trunk/SelectCustomer.php =================================================================== --- trunk/SelectCustomer.php 2011-08-28 01:08:59 UTC (rev 4669) +++ trunk/SelectCustomer.php 2011-08-28 09:25:31 UTC (rev 4670) @@ -259,7 +259,7 @@ if (isset($_POST['JustSelectedACustomer'])){ /*Need to figure out the number of the form variable that the user clicked on */ - for ($i=0; $i==count($_POST); $i++){ //loop through the returned customers + for ($i=0; $i<count($_POST); $i++){ //loop through the returned customers if(isset($_POST['SubmitCustomerSelection'.$i])){ break; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |