From 9d3c41474c299e74b3a8dc2ddcf0a27b89680bab Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 21 Nov 2003 18:43:19 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20d=E9finition=20du=20tableau=20nts=20dan?= =?UTF-8?q?s=20Draw()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/graph.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/graph.class.php b/htdocs/graph.class.php index c810b101314..2c9957b98e0 100644 --- a/htdocs/graph.class.php +++ b/htdocs/graph.class.php @@ -59,6 +59,7 @@ class Graph if (isset($this->MaxValue)) { + $nts = array(); $this->MaxValue = $this->MaxValue + 1; $max = $this->MaxValue; if (($max % 2) <> 0)