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,
|
function get_group_alerts($id_group, $filter = '', $options = false,
|
||||||
$where = '', $allModules = false, $orderby = 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;
|
global $config;
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ 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;
|
global $config;
|
||||||
require_once ($config['homedir'] . "/include/functions_tags.php");
|
require_once ($config['homedir'] . "/include/functions_tags.php");
|
||||||
|
|
Loading…
Reference in New Issue