You are here

function opigno_form_course_node_form_alter in Opigno 7.0

Implements hook_form_FORM_ID_alter()

File

./opigno.module, line 216
Contains all hook_implementations and module specific API.

Code

function opigno_form_course_node_form_alter(&$form, $form_state) {
  _opigno_form_og_node_form_alter($form, $form_state, 'course');
}