diff options
Diffstat (limited to 'frontends/php/include/classes/graph.inc.php')
| -rw-r--r-- | frontends/php/include/classes/graph.inc.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php index 743d6212..60d509e7 100644 --- a/frontends/php/include/classes/graph.inc.php +++ b/frontends/php/include/classes/graph.inc.php @@ -380,7 +380,8 @@ } $from = $this->from_time; $max_time = $this->to_time; - +//SDI("from: ".date('r',$from)); +//SDI("max_time: ".date('r',$max_time)); $start = find_period_start($periods,$from); $end = -1; while($start < $max_time && $start > 0) @@ -389,6 +390,8 @@ $x1 = round((($start-$from)*$this->sizeX)/$this->period) + $this->shiftXleft; $x2 = round((($end-$from)*$this->sizeX)/$this->period) + $this->shiftXleft; +//SDI("start [$x1]: ".date('r',$start)); +//SDI("end [$x2]:".date('r',$end)); //draw rectangle ImageFilledRectangle( |
