Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. $webform_components = db_select('webform_component', 'c')
  2. ->fields('c', array('type', 'form_key', 'extra'))
  3. ->condition('nid', $nid)
  4. ->execute()
  5. ->fetchAll();
  6.  
  7. "a:8:{s:13:"title_display";s:4:"none";s:7:"private";i:0;s:15:"wrapper_classes";s:0:"";s:6:"sticky";i:1;s:7:"options";s:20:"5|poorn10|excellentn";s:18:"custom_option_keys";i:1;s:9:"questions";s:159:"mensaje|Each message is associated with a language, which may or may not be thenactual|current user's selected language, depending on the type of e-mail beingn";s:20:"custom_question_keys";i:1;}"
  8.  
  9. "options";s:20:"5|poorn10|excellent
  10.  
  11. "questions";s:159:"mensaje|Each message is associated with a language, which may or may not be thenactual|current user's selected language, depending on the type of e-mail being
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement