2010-11-04 Miguel de Dios <miguel.dedios@artica.es>
* extensions/module_groups.php: fixed a unset $fired var. Fixes: #3102791 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3521 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
da1b8bbee2
commit
f0f2d1be41
|
@ -1,3 +1,9 @@
|
|||
2010-11-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/module_groups.php: fixed a unset $fired var.
|
||||
|
||||
Fixes: #3102791
|
||||
|
||||
2010-11-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/events/events_marquee.php: fixed the error SQL message and
|
||||
|
|
|
@ -119,6 +119,8 @@ function mainModuleGroups() {
|
|||
//The content of table
|
||||
$tableData = array();
|
||||
|
||||
$fired = false;
|
||||
|
||||
//Create rows and cells
|
||||
foreach ($agentGroups as $idAgentGroup => $name) {
|
||||
|
||||
|
@ -139,7 +141,6 @@ function mainModuleGroups() {
|
|||
$module = get_db_row_filter('tagente_modulo', array('id_agente_modulo' => $alert['id_agent_module']));
|
||||
|
||||
if ($idModelGroup == $module['id_module_group']) {
|
||||
$fired = false;
|
||||
if ($alert["times_fired"] > 0) {
|
||||
$fired = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue