Added new field in api call
This commit is contained in:
parent
3c7fc18abb
commit
c3313848bd
|
@ -8412,6 +8412,7 @@ function api_set_create_group($id, $thrash1, $other, $thrash3)
|
|||
$values['contact'] = $safe_other_data[6];
|
||||
$values['other'] = $safe_other_data[7];
|
||||
$values['max_agents'] = $safe_other_data[8];
|
||||
$values['password'] = $safe_other_data[9];
|
||||
|
||||
$id_group = groups_create_group($group_name, $values);
|
||||
|
||||
|
|
Loading…
Reference in New Issue