'5') { include 'includes/service-delete.inc.php'; } } foreach (dbFetchRows('SELECT * FROM `services` AS S, `devices` AS D WHERE S.device_id = D.device_id ORDER BY hostname') as $device) { $servicesform .= "'; } if ($updated) { print_message('Service Deleted!'); } echo "

Delete Service

"; }//end if