option_nfs_path.inc in Node and Comments Form Settings 7.2
Same filename and directory in other branches
File
includes/option_nfs_path.incView source
<?php
/**
* Change the value for the submit button.
*
* There's no if here.
*/
function _option_nfs_path(&$form, &$form_state, $settings, $node) {
if ($settings['nfs_path'] == 1) {
$form['path']['#access'] = FALSE;
}
return $form;
}
Functions
Name![]() |
Description |
---|---|
_option_nfs_path | Change the value for the submit button. |