Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <? php
- function mycustom_node_load($node, $types) {
- foreach($node as $n){
- $tempId = $n->nid;
- }
- if(is_array($node)){
- $tempNode = array_values($node);
- drupal_get_messages();
- drupal_set_message("NODEID1>".print_r($tempId,TRUE));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement