diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-01-10 23:37:17 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-01-10 23:37:17 +0000 |
| commit | 8669392ca47e578cb9a00974224c6a4e18cc33e0 (patch) | |
| tree | 2b745fe64b6650d12c0c942f4de1c38b8c7b94ac /frontends/php/include/classes.inc.php | |
| parent | 7eabaf64eb4090d9d7b29468497af9a2aa7e724c (diff) | |
| download | zabbix-8669392ca47e578cb9a00974224c6a4e18cc33e0.tar.gz zabbix-8669392ca47e578cb9a00974224c6a4e18cc33e0.tar.xz zabbix-8669392ca47e578cb9a00974224c6a4e18cc33e0.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1166 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes.inc.php')
| -rw-r--r-- | frontends/php/include/classes.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php index 7a9ef4b5..a01470f6 100644 --- a/frontends/php/include/classes.inc.php +++ b/frontends/php/include/classes.inc.php @@ -153,8 +153,8 @@ { if($stime>20000000 && $stime<22000000) { - $this->stime=mktime(0,0,0,substr($stime,4,2),substr($stime,6,2),substr($stime,0,4)); - $this->period=24*3600; + $this->stime=mktime(9,0,0,substr($stime,4,2),substr($stime,6,2),substr($stime,0,4)); + $this->period=9*3600; } } |
