You are here

option_nfs_publishingoptions.inc in Node and Comments Form Settings 6.3

File

includes/option_nfs_publishingoptions.inc
View source
<?php

/**
 * Change the value for the submit button
 *
 * There's no if here
 */
function _option_nfs_publishingoptions(&$form, &$form_state, $settings, $node) {
  if ($settings['nfs_publishingoptions'] == 1) {
    $form['options']['#access'] = FALSE;
  }
  return $form;
}

Functions

Namesort descending Description
_option_nfs_publishingoptions Change the value for the submit button