summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-19 14:44:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-19 14:44:33 +0000
commit80d32dfa60b345daf26d55b6f8fae691f74ab701 (patch)
tree09ee997fc6af74087e39e9cc6627bc9cc45624ce /frontends/php/graphs.php
parentee77386acef0d6b3196080692c8013b54be1e072 (diff)
downloadzabbix-80d32dfa60b345daf26d55b6f8fae691f74ab701.tar.gz
zabbix-80d32dfa60b345daf26d55b6f8fae691f74ab701.tar.xz
zabbix-80d32dfa60b345daf26d55b6f8fae691f74ab701.zip
Support for Update User Group.
git-svn-id: svn://svn.zabbix.com/trunk@1041 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index 60b73e97..6ffc9d2c 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -92,9 +92,9 @@
}
if(DBnum_rows($result)==0)
{
- echo "<TR BGCOLOR=#EEEEEE>";
- echo "<TD COLSPAN=5 ALIGN=CENTER>-No graphs defined-</TD>";
- echo "<TR>";
+ echo "<TR BGCOLOR=#EEEEEE>";
+ echo "<TD COLSPAN=5 ALIGN=CENTER>-No graphs defined-</TD>";
+ echo "<TR>";
}
echo "</TABLE>";
?>