Advertisement
BakerMan

Adding TEC Custom Events (using Windows style line breaks)

Aug 31st, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $experts = array(
  2.     'John Hannibal Smith',
  3.     'Templeton The Faceman Peck',
  4.     'HM Howling Mad Murdock',
  5.     'Bosco BA Baracus'
  6. );
  7.  
  8. $experts = implode("\r\n", $experts);
  9. addCustomField('Expert help from', 'dropdown', $experts);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement