diff options
Diffstat (limited to 'frontends/php/httpdetails.php')
| -rw-r--r-- | frontends/php/httpdetails.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/httpdetails.php b/frontends/php/httpdetails.php index ce4d71fe..35d3d736 100644 --- a/frontends/php/httpdetails.php +++ b/frontends/php/httpdetails.php @@ -71,7 +71,7 @@ include_once "include/page_header.php"; $lnkCancel = new CLink(S_CANCEL,'httpmon.php'.url_param('groupid').url_param('hostid')); show_table_header(array(S_DETAILS_OF_SCENARIO_BIG.' "', bold($httptest_data['name']), - '" - '.date(S_DATE_FORMAT_YMDHMS,$httptest_data['lastcheck']),$lnkCancel) + '" - '.date(S_DATE_FORMAT_YMDHMS,$httptest_data['lastcheck'])),$lnkCancel ); // TABLE |
