fix agent search in community versoin

This commit is contained in:
alejandro.campos@artica.es 2023-09-06 17:42:42 +02:00
parent 81ef243d66
commit 03d77613ef
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ global $config;
enterprise_include_once('include/functions_policies.php'); enterprise_include_once('include/functions_policies.php');
require_once $config['homedir'].'/include/functions_users.php'; require_once $config['homedir'].'/include/functions_users.php';
require_once $config['homedir'].'/include/functions_reporting.php';
$searchAgents = get_parameter('search_agents', 0); $searchAgents = get_parameter('search_agents', 0);
$stringSearchSQL = get_parameter('stringSearchSQL'); $stringSearchSQL = get_parameter('stringSearchSQL');