2009-12-1 Miguel de Dios <miguel.dedios@artica.es>

* include/functions_alerts.php: fix the select box of correlation alerts,
	now it has the XOR operation.
	Fixes: 2849260



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2150 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2009-12-01 12:53:29 +00:00
parent f5ae7ee2ef
commit 600e19d715
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-12-1 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_alerts.php: fix the select box of correlation alerts,
now it has the XOR operation.
Fixes: 2849260
2009-12-1 Miguel de Dios <miguel.dedios@artica.es>
* extensions/module_groups.php: fix the style of page, adjust the with of

View File

@ -632,6 +632,7 @@ function get_alert_compound_operations () {
$operations['OR'] = 'OR';
$operations['AND'] = 'AND';
$operations['XOR'] = 'XOR';
$operations['NOR'] = 'NOR';
$operations['NAND'] = 'NAND';
$operations['NXOR'] = 'NXOR';