> I need to display only the Email and Firstname in the screen
> edit_user
>
> If i understand i have to put and array in this
>
> printAddressFields(
> $EditUser["Address"],
> "input",
> "This is where i want an array to only show my 3 fields",
> L_EDITUSER_UPDATE_ADDRESS,
> L_EDITUSER_RESET_ADDRESS,
> TRUE);
>
> Can somebody help me with this array.
printAddressFields(
$EditUser["Address"],
"input",
array("Email", "Name_First"),
L_EDITUSER_UPDATE_ADDRESS,
L_EDITUSER_RESET_ADDRESS,
TRUE);
Note that argument three can be either the string "ALL" or an array of field
names. The field names come from the AddressInfo array defined above this
function.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]