Loading node_expire.nodeapi.inc +6 −1 Original line number Diff line number Diff line Loading @@ -295,8 +295,13 @@ function _node_expire_form_alter_nodeform(&$ntype, &$form, &$form_state, $form_i ); } // If we use hidden value, do not create fieldset if ($expire_field['#type'] == 'value') { $form['options1'] = array(); $form['options1']['expire'] = &$expire_field; } // If the form doesn't have the publishing options we'll create our own. if (!$form['options']['#access']) { else if (!$form['options']['#access']) { $form['options1'] = array( '#type' => 'fieldset', '#title' => t('Publishing options'), Loading Loading
node_expire.nodeapi.inc +6 −1 Original line number Diff line number Diff line Loading @@ -295,8 +295,13 @@ function _node_expire_form_alter_nodeform(&$ntype, &$form, &$form_state, $form_i ); } // If we use hidden value, do not create fieldset if ($expire_field['#type'] == 'value') { $form['options1'] = array(); $form['options1']['expire'] = &$expire_field; } // If the form doesn't have the publishing options we'll create our own. if (!$form['options']['#access']) { else if (!$form['options']['#access']) { $form['options1'] = array( '#type' => 'fieldset', '#title' => t('Publishing options'), Loading