summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-28 10:58:35 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-28 10:58:35 +0000
commitd900ed4f6e12a690ef20440933b9b3d37cf49af5 (patch)
tree7eb7c77c0ff3537dc0e469cf4c148aba577201ee /frontends/php/include/classes
parentf9f07b4cae6072d0c9c40f02a2b7042c62d5857d (diff)
downloadzabbix-d900ed4f6e12a690ef20440933b9b3d37cf49af5.tar.gz
zabbix-d900ed4f6e12a690ef20440933b9b3d37cf49af5.tar.xz
zabbix-d900ed4f6e12a690ef20440933b9b3d37cf49af5.zip
Better performance of right checking and other fixes.:w
git-svn-id: svn://svn.zabbix.com/trunk@2712 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
-rw-r--r--frontends/php/include/classes/graph.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php
index bd4700e4..2d52933e 100644
--- a/frontends/php/include/classes/graph.inc.php
+++ b/frontends/php/include/classes/graph.inc.php
@@ -296,7 +296,7 @@
$str=$str.$this->period2str($this->period);
- if($this->sizeX < 300)
+ if($this->sizeX < 500)
{
$fontnum = 2;
}