function openid_user_add_submit
File
-
modules/
openid/ openid.pages.inc, line 89
Code
function openid_user_add_submit($form, &$form_state) {
$return_to = url('user/' . arg(1) . '/openid', array(
'absolute' => TRUE,
));
openid_begin($form_state['values']['openid_identifier'], $return_to);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.