From 26d4bb2eee0464f0cfc0b039ef8466429bba39fd Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 11 May 2011 21:53:08 +0000 Subject: [PATCH] dead old function git-svn-id: http://www.observium.org/svn/observer/trunk@2275 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/functions.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 615693089..19cfae309 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -55,14 +55,6 @@ function shorthost($hostname, $len=16) return ($shorthost); } -function device_array($device_id) -{ - $sql = "SELECT * FROM `devices` WHERE `device_id` = '".$device_id."'"; - $query = mysql_query($sql); - $device = mysql_fetch_assoc($query); - return $device; -} - function getHostOS($device) { global $config, $debug;