save some more sql queries, remove automatic syslog refresh

git-svn-id: http://www.observium.org/svn/observer/trunk@2641 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-10-03 15:03:35 +00:00
parent 40c52955f3
commit 9e12148dd3
3 changed files with 15 additions and 9 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
<?php
foreach (dbFetchRows("SELECT * FROM `devices`") as $device)
## FIXME queries such as the one below should probably go into index.php?
foreach (dbFetchRows("SELECT * FROM `devices` ORDER BY `hostname`") as $device)
{
if (get_dev_attrib($device,'override_sysLocation_bool'))
{