Guest User

Untitled

a guest
May 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function addto_form ($new_array, $module, $text, $input_type, $name)
  2. {
  3. global $form_data;
  4.  
  5. $form_data[$new_array] (
  6.  
  7. 'new_array' => $new_array,
  8. 'module' => $module,
  9. 'text' => $test,
  10. 'input_type' => $input_type,
  11. 'name' => $name
  12. );
  13. }
Add Comment
Please, Sign In to add comment