From: skaill <sk...@ro...> - 2004-09-09 09:58:39
|
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 |