summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-04 10:40:27 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-04 10:40:27 +0000
commit8d742b5d3b4964adcd231f91172f0f0aca2a37ec (patch)
tree89df462eca7792aa7342edb51ab1346121480b7f /frontends/php/latest.php
parent81e8c026e359c23a7ffa2091542cf58fe44b7b66 (diff)
downloadzabbix-8d742b5d3b4964adcd231f91172f0f0aca2a37ec.tar.gz
zabbix-8d742b5d3b4964adcd231f91172f0f0aca2a37ec.tar.xz
zabbix-8d742b5d3b4964adcd231f91172f0f0aca2a37ec.zip
- fixed generation of events for unknown status of triggers (Alexei)
- fixed processing of trigger statuses (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4092 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/latest.php')
-rw-r--r--frontends/php/latest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index 127b5d0e..bb3b0b03 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -277,7 +277,7 @@ include_once "include/page_header.php";
if(!in_array(0,$_REQUEST["applications"]) && $any_app_exist && !isset($show_all_apps)) continue;
if(isset($db_item["lastclock"]))
- $lastclock=date(S_DATE_FORMAT_YMDHMS,$db_item["lastclock"]);
+ $lastclock=zbx_date2str(S_DATE_FORMAT_YMDHMS,$db_item["lastclock"]);
else
$lastclock = new CCol('-', 'center');