summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 3173afb2..b8db1617 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -927,7 +927,7 @@ else
}
// history & trends
- if ($DB_TYPE == "MYSQL")
+/* if ($DB_TYPE == "MYSQL")
{
$row=DBfetch(DBselect("show table status like 'history'"));
$status["history_count"] = $row["Rows"];
@@ -955,7 +955,7 @@ else
$result=DBselect("select count(itemid) as cnt from trends");
$row=DBfetch($result);
$status["trends_count"]=$row["cnt"];
- }
+ }*/
// events
$row=DBfetch(DBselect("select count(eventid) as cnt from events"));
$status["events_count"]=$row["cnt"];