From d0cb95ce63f84590c6889ca0779f01fc3e71d93a Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 12 Mar 2008 17:15:29 +0000 Subject: [PATCH] fix cisco stuff git-svn-id: http://www.observium.org/svn/observer/trunk@146 61d68cd4-352d-0410-923a-c4978735b2b8 --- .../device/{dev-entphysical.php => dev-entphysical.inc} | 5 ++--- includes/functions.php | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) rename html/pages/device/{dev-entphysical.php => dev-entphysical.inc} (99%) diff --git a/html/pages/device/dev-entphysical.php b/html/pages/device/dev-entphysical.inc similarity index 99% rename from html/pages/device/dev-entphysical.php rename to html/pages/device/dev-entphysical.inc index c9210c9d4..cf1c61c12 100644 --- a/html/pages/device/dev-entphysical.php +++ b/html/pages/device/dev-entphysical.inc @@ -25,7 +25,7 @@ function printEntPhysical($ent, $level, $class) { echo("".$ent['entPhysicalDescr'].""); } - + echo("
" . $ent['entPhysicalDescr']); @@ -39,7 +39,7 @@ function printEntPhysical($ent, $level, $class) { if($count) { echo(""); + echo(""); } echo(""); } @@ -60,4 +60,3 @@ function printEntPhysical($ent, $level, $class) { ?> - diff --git a/includes/functions.php b/includes/functions.php index 75f194ed5..963f5df60 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -9,6 +9,7 @@ include("snom.php"); include("graphing.php"); include("print-functions.php"); include("billing-functions.php"); +include("cisco-entities.php"); function rrdtool_update($rrdfile, $rrdupdate) { global $rrdtool;