Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. function mymodule_form_alter(&$form, $form_state,$form_id) {
  3. if($form_id=='dummy_type_node_form') {
  4. $form['additional_settings']['#access'] = false;
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement