From f66a127799e435c95c35b01750e358caf960db0e Mon Sep 17 00:00:00 2001 From: artem Date: Wed, 17 Oct 2007 15:04:53 +0000 Subject: - [DEV-1] added new navbar to httpdetails.php (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4871 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/classes/chart.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/classes/chart.inc.php') diff --git a/frontends/php/include/classes/chart.inc.php b/frontends/php/include/classes/chart.inc.php index 64c30a1d..b10968d2 100644 --- a/frontends/php/include/classes/chart.inc.php +++ b/frontends/php/include/classes/chart.inc.php @@ -728,7 +728,7 @@ class Chart extends Graph{ /* -------------------------------------------------- We are taking graph on 1px more than we need, and here we are skiping first px, because of MOD (in SELECT), - it combined prelast point (it would be last point if not that 1px in begining) + it combines prelast point (it would be last point if not that 1px in begining) and first point, but we still losing prelast point :( but now we've got the first point. --------------------------------------------------*/ -- cgit