summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-02 11:11:36 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-02 11:11:36 +0000
commit0b03cb5fe455517a471488d40af2c84f3a0503ae (patch)
tree22164e0985876e5377765c6fe7793ab3d7f829fa /frontends/php/latest.php
parentb5edc88502a9833e32be4c3e3c9fd18e2327cce8 (diff)
downloadzabbix-0b03cb5fe455517a471488d40af2c84f3a0503ae.tar.gz
zabbix-0b03cb5fe455517a471488d40af2c84f3a0503ae.tar.xz
zabbix-0b03cb5fe455517a471488d40af2c84f3a0503ae.zip
- fixed text history storing for Oracle (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2944 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/latest.php')
-rw-r--r--frontends/php/latest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index 574ea325..99846ec0 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -202,7 +202,6 @@
$_REQUEST["hostid"] ==0 ? S_HOST : NULL,
S_DESCRIPTION,S_LAST_CHECK,S_LAST_VALUE,S_CHANGE,S_HISTORY));
$table->ShowStart();
- $table->ShowBody();
if($_REQUEST["select"] != "")
$compare_description = " and i.description like ".zbx_dbstr("%".$_REQUEST["select"]."%");