summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 11:54:29 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-01 11:54:29 +0000
commit939838fff9c58f1a80e18f09e0b5d2bf8bcc876e (patch)
tree34a4e06e46fa86b105e9a4bac2602a6a4359615b /frontends/php/include/config.inc.php
parent24372356bb3dbd748c65bdb829069a14af3ac022 (diff)
finished interface for web monitoring
git-svn-id: svn://svn.zabbix.com/trunk@3782 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 96ec5ef0..0bbb110a 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -391,7 +391,7 @@ function VDP($var, $msg=null) { echo "DEBUG DUMP: "; if(isset($msg)) echo '"'.$m
$ret=$ret.$t."m";
$value=$value-$t*(60);
}
- $ret=$ret.round($value)."s";
+ $ret=$ret.round($value, 2)."s";
return $ret;
}