
01-06-2007, 07:37 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by lightwave
I have it, here it is:
change ## to the number of the custom field, and fieldvalue to the value you want
$fieldvariable = array('field##' => "fieldvalue");
$userdata->set_userfields($fieldvariable, true, 'admin');
|
Thanks!
|