diff options
Diffstat (limited to 'frontends/php/report2.php')
| -rw-r--r-- | frontends/php/report2.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php index 42808508..b866d6ed 100644 --- a/frontends/php/report2.php +++ b/frontends/php/report2.php @@ -20,8 +20,6 @@ show_table_v_delimiter(); - echo "<font size=2>"; - $result=DBselect("select h.hostid,h.host from hosts h,items i where h.status in (0,2) and h.hostid=i.hostid group by h.hostid,h.host order by h.host"); while($row=DBfetch($result)) @@ -42,7 +40,6 @@ echo " "; } - echo "</font>"; show_table_header_end(); ?> |
