diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 0f4ffe7b..54dc3db2 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -243,7 +243,7 @@ if(isset($_REQUEST["hostid"])) { - $table = new Ctable(); + $table = new CTableInfo(); $table->setHeader(array(S_ID,S_KEY,S_DESCRIPTION,nbsp(S_UPDATE_INTERVAL),S_HISTORY,S_TRENDS,S_TYPE,S_STATUS,S_ERROR)); $h="<form method=\"get\" action=\"items.php\">"; $h=$h."<input class=\"biginput\" name=\"hostid\" type=hidden value=".$_REQUEST["hostid"]." size=8>"; |
