diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-08 18:07:45 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-11-08 18:07:45 +0000 |
| commit | ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219 (patch) | |
| tree | b26b7797d77a3fe8c5405feddd2222e570ad171e /frontends/php/include/classes.inc.php | |
| parent | 85ee8483279f6aab4434922f5b59c1c3e4c38da0 (diff) | |
| download | zabbix-ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219.tar.gz zabbix-ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219.tar.xz zabbix-ad0c32a572cb261ef7e75d7a96c71e9fcdfc6219.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1015 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes.inc.php')
| -rw-r--r-- | frontends/php/include/classes.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php index 14a83c9b..e2325abb 100644 --- a/frontends/php/include/classes.inc.php +++ b/frontends/php/include/classes.inc.php @@ -246,7 +246,7 @@ if( ($old_day != $new_day) ||($i==24)) { $old_day=$new_day; - ImageStringUp($this->im, 1,$i*$this->sizeX/24+$this->shiftX-3, $this->sizeY+$this->shiftY+57, date("m.d",$this->from_time+$i*$this->period/24) , $this->colors["Dark Red"]); + ImageStringUp($this->im, 1,$i*$this->sizeX/24+$this->shiftX-3, $this->sizeY+$this->shiftY+57, date("m.d H:i",$this->from_time+$i*$this->period/24) , $this->colors["Dark Red"]); } } |
