err... er poll ignored devices! and fix some css bullshit.

git-svn-id: http://www.observium.org/svn/observer/trunk@2119 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-20 21:07:00 +00:00
parent a29b39a3ed
commit 31ebcdc7e3
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ if (isset($options['d']))
echo("Starting polling run:\n\n");
$polled_devices = 0;
$device_query = mysql_query("SELECT `device_id` FROM `devices` WHERE `ignore` = 0 AND `disabled` = 0 $where ORDER BY `device_id` ASC");
$device_query = mysql_query("SELECT `device_id` FROM `devices` WHERE `disabled` = 0 $where ORDER BY `device_id` ASC");
while ($device = mysql_fetch_assoc($device_query))
{