Guest User

Untitled

a guest
Nov 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $resarray[] = array(
  2. $index => array(
  3. 'id' => $spec['id'],
  4. 'name' => $spec['name'],
  5. 'weight' => $weight,
  6. 'mincount' => $spec['min_man'],
  7. 'maxcount' => $spec['max_man']
  8. )
  9. );
Add Comment
Please, Sign In to add comment