You are right, I was mixed up by the way they list it in the php manual. =
That's my excuse anyway ;)
Steve
----- Original Message -----=20
From: Daintrees=20
To: web...@li...=20
Sent: Thursday, September 09, 2004 4:07 PM
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 |