Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- foreach ($result as $record) {
- foreach($node as $inner){
- drupal_get_messages();
- //drupal_set_message("RecordArray>".$record->node_body);
- drupal_set_message("RecordArray>".$inner);
- drupal_goto("user");
- //$inner->body['und'][0]['value']= $record->node_body;
- //$inner->body['und'][0]['value']= 'Test';
- $inner->title = $record->node_title.'French';
- }
Advertisement
Add Comment
Please, Sign In to add comment