fix bgp page alert colour

git-svn-id: http://www.observium.org/svn/observer/trunk@864 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans 2010-02-16 00:08:06 +00:00
parent 528898ecba
commit ceaa0794fe

View File

@ -22,7 +22,9 @@ else
$peer_query = mysql_query("select * from bgpPeers AS B, devices AS D WHERE B.device_id = D.device_id $where ORDER BY D.hostname, B.bgpPeerRemoteAs, B.bgpPeerIdentifier");
while($peer = mysql_fetch_array($peer_query)) {
while($peer = mysql_fetch_array($peer_query))
{
unset($bg_image);
if(!is_integer($i/2)) { $bg_colour = $list_colour_b; } else { $bg_colour = $list_colour_a; }