summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-11 19:19:32 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-11 19:19:32 +0000
commit82aacf7f768da828d0627f63fe43bd7f7a63d8a1 (patch)
treeadd62ffc88035c75cf4694eafb9960c228992f11 /frontends/php/include/classes.inc.php
parentd4b4dc46e972583efd926e6b9dc0f8b3285eb5ff (diff)
downloadzabbix-82aacf7f768da828d0627f63fe43bd7f7a63d8a1.tar.gz
zabbix-82aacf7f768da828d0627f63fe43bd7f7a63d8a1.tar.xz
zabbix-82aacf7f768da828d0627f63fe43bd7f7a63d8a1.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@899 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes.inc.php')
-rw-r--r--frontends/php/include/classes.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php
index 8dfd367b..48262bc6 100644
--- a/frontends/php/include/classes.inc.php
+++ b/frontends/php/include/classes.inc.php
@@ -339,6 +339,10 @@
$this->checkPermissions();
$this->SelectData();
+ if($this->nodata==1)
+ {
+ $this->noDataFound();
+ }
$this->drawGrid();