* Fixed count for some types of modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@71 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
691f00e5a0
commit
ed78d6d0c6
|
@ -61,7 +61,7 @@ if (comprueba_login() == 0)
|
|||
$grupo[$array_index]["group"]=dame_nombre_grupo($migrupo);
|
||||
$contador_agente++; // Estado grupo, agent
|
||||
if ($down ==0){
|
||||
$sql2="SELECT * FROM tagente_modulo WHERE (id_tipo_modulo = 2 OR id_tipo_modulo = 6 OR id_tipo_modulo = 10) AND id_agente =".$row1["id_agente"];
|
||||
$sql2="SELECT * FROM tagente_modulo WHERE (id_tipo_modulo = 2 OR id_tipo_modulo = 6 OR id_tipo_modulo = 9 OR id_tipo_modulo = 12 OR id_tipo_modulo = 18) AND id_agente =".$row1["id_agente"];
|
||||
$result2=mysql_query($sql2);
|
||||
while ($row2 = mysql_fetch_array($result2)){
|
||||
$sql3="SELECT * FROM tagente_estado WHERE id_agente_modulo = ".$row2["id_agente_modulo"];
|
||||
|
@ -76,7 +76,7 @@ if (comprueba_login() == 0)
|
|||
$grupo[$array_index]["bad"]++; // Estado grupo, agent BAD
|
||||
}
|
||||
}
|
||||
$sql2="SELECT * FROM tagente_modulo WHERE (id_tipo_modulo != 2 OR id_tipo_modulo != 6 OR id_tipo_modulo != 10) AND id_agente =".$row1["id_agente"];
|
||||
$sql2="SELECT * FROM tagente_modulo WHERE (id_tipo_modulo != 2 OR id_tipo_modulo != 6 OR id_tipo_modulo != 9 OR id_tipo_modulo != 12 OR id_tipo_modulo != 18) AND id_agente =".$row1["id_agente"];
|
||||
$result2=mysql_query($sql2);
|
||||
while ($row2 = mysql_fetch_array($result2)){
|
||||
$sql3="SELECT * FROM tagente_estado WHERE id_agente_modulo = ".$row2["id_agente_modulo"];
|
||||
|
|
Loading…
Reference in New Issue