user_edit
modules/user/user.pages.inc, строка 232
- Версии
- 5
user_edit($category = 'account')
- 6
user_edit($account, $category = 'account')
Form builder; Present the form to edit a given user or profile category.
See also
@see user_edit_submit()
Связанные темы
Код
<?php
function user_edit($account, $category = 'account') {
drupal_set_title(check_plain($account->name));
return drupal_get_form('user_profile_form', $account, $category);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии