From: Jesse P. <je...@st...> - 2004-09-09 20:15:01
|
Comparison operators are always evaluated before logical operators, so = the parentheses do not matter. Check the manual if you need = clarification. jesse -----Original Message----- From: Daintrees [mailto:p.d...@pa...] Sent: Thursday, September 09, 2004 4:08 PM To: web...@li... Subject: Re: [Web-erp-developers] Select Customer. Product and Supplier Its just as easy to send an email like this. However I think the =3D=3D = is evaluated before the AND anyway - maybe wrong I'll put the brakets in = anyway. P ----- Original Message -----=20 From: skaill=20 To: web...@li...=20 Sent: Thursday, September 09, 2004 9:59 PM Subject: [Web-erp-developers] Select Customer. Product and Supplier Phil, in SelectCustomer, SelectProduct and SelectSupplier the following = line If ($j =3D=3D 11 AND ($RowIndex+1 !=3D = $_SESSION['DisplayRecordsMax'])){ needs to be changed to If (($j =3D=3D 11) AND ($RowIndex+1 !=3D = $_SESSION['DisplayRecordsMax'])){ I'm thinking it's probably easier just to tell you about a small change = like this as opposed to changing and sending the file. Let me know if = you want me to change and send in the future. Steve |