Guest User

Untitled

a guest
Apr 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1.  $node = node_load($data->nid, NULL, TRUE);
  2.    $type = $nid->type;
  3. //$nid->changed = time() +1;
  4.    $output = drupal_get_form($type.'_node_form', $nid);
  5.     print $output;
Add Comment
Please, Sign In to add comment