You are here

function oa_widgets_user_profile_edit_form in Open Atrium Core 7.2

Edit form for the panel.

1 string reference to 'oa_widgets_user_profile_edit_form'
oa_widgets_user_profile.inc in modules/oa_widgets/plugins/content_types/oa_widgets_user_profile.inc

File

modules/oa_widgets/plugins/content_types/oa_widgets_user_profile.inc, line 41

Code

function oa_widgets_user_profile_edit_form($form, &$form_state) {
  return $form;
}