mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3264 from phil-davis/patch-2
This commit is contained in:
commit
fcfe803165
@ -22,7 +22,7 @@
|
||||
|
||||
/****f* itemid/delete_id
|
||||
* NAME
|
||||
* delete_id - delete an item with ['assiciated-rule-id'] = $id from $array
|
||||
* delete_id - delete an item with ['associated-rule-id'] = $id from $array
|
||||
* INPUTS
|
||||
* $id - int: The ID to delete
|
||||
* $array - array to delete the item from
|
||||
@ -59,7 +59,7 @@ function delete_id($id, &$array) {
|
||||
|
||||
/****f* itemid/toggle_id
|
||||
* NAME
|
||||
* toggle_id - enable/disable item with ['assiciated-rule-id'] = $id from $array
|
||||
* toggle_id - enable/disable item with ['associated-rule-id'] = $id from $array
|
||||
* INPUTS
|
||||
* $id - int: The ID to delete
|
||||
* $array - array to delete the item from
|
||||
|
||||
Loading…
Reference in New Issue
Block a user