git-svn-id: http://www.observium.org/svn/observer/trunk@2199 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-04-28 21:12:16 +00:00
parent 811680e1b5
commit a8852e2f72
4 changed files with 21 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
<?php
unset($ports);
$ports = snmp_cache_ifIndex($device); // Cache Port List
# FIXME Removed 28/4/2011 - this can go, right?
#unset($ports);
#$ports = snmp_cache_ifIndex($device); // Cache Port List
# /FIXME
#mysql_query("INSERT INTO `ports` (`device_id`,`ifIndex`) VALUES ('".$device['device_id']."','$ifIndex')");