- 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:
raulmateos 2006-07-06 15:31:31 +00:00
parent e02b250b9f
commit 7203b432ad
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {