- Solved small bug not showing monitors when selected ALL (Pandora Console)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@100 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e02b250b9f
commit
7203b432ad
|
@ -137,7 +137,7 @@ if (comprueba_login() == 0) {
|
||||||
$string=$string."<td class='".$tdcolor."f9' width='140'>".$data2["timestamp"]."</td></tr>";
|
$string=$string."<td class='".$tdcolor."f9' width='140'>".$data2["timestamp"]."</td></tr>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else unset($string);
|
else if($ag_group>1) {unset($string);}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (isset($string)) {
|
if (isset($string)) {
|
||||||
|
|
Loading…
Reference in New Issue