parent
60834ec44d
commit
e9dc54360e
|
@ -1568,7 +1568,7 @@ function get_alert_fires_in_period ($id_alert_module, $period, $date = 0) {
|
|||
*/
|
||||
function get_group_alerts($id_group, $filter = '', $options = false,
|
||||
$where = '', $allModules = false, $orderby = false,
|
||||
$idGroup = false, $count = false, $strict_user = false, $tag = false) {
|
||||
$idGroup = false, $count = false, $strict_user = false, $tag = false, $action_filter = false) {
|
||||
|
||||
global $config;
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ function validateAlert() {
|
|||
}
|
||||
}
|
||||
|
||||
function printFormFilterAlert($id_group, $filter, $free_search, $url, $filter_standby = false, $tag_filter = false, $return = false, $strict_user = false) {
|
||||
|
||||
function printFormFilterAlert($id_group, $filter, $free_search, $url, $filter_standby = false, $tag_filter = false,$action_filter = false, $return = false, $strict_user = false) {
|
||||
|
||||
global $config;
|
||||
require_once ($config['homedir'] . "/include/functions_tags.php");
|
||||
|
||||
|
|
Loading…
Reference in New Issue