Updated to fix scrutinizer issues

This commit is contained in:
laf
2014-06-26 00:21:22 +01:00
parent bb7708cd03
commit 22dfd5f64d
2 changed files with 4 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ if ($config['warn']['ifdown'])
if ($_SESSION['userlevel'] == '10')
{
$sql = "SELECT * FROM `services` AS S, `devices` AS D WHERE S.device_id = D.device_id AND service_status = 'down' AND D.ignore = '0' AND S.service_ignore = '0'";
$param[] = '';
}
else
{