mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
- 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
98ba8ca270
commit
e41002bf36
@ -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…
x
Reference in New Issue
Block a user