From 38fec3384948157fcce0d870656bfa6727a6005d Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 16 Nov 2014 15:12:13 +0100 Subject: [PATCH] Livestatus\Query: temporarily disable count cache --- library/Icinga/Protocol/Livestatus/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Icinga/Protocol/Livestatus/Query.php b/library/Icinga/Protocol/Livestatus/Query.php index 305a21a24..bc04c2fc6 100644 --- a/library/Icinga/Protocol/Livestatus/Query.php +++ b/library/Icinga/Protocol/Livestatus/Query.php @@ -32,13 +32,13 @@ class Query extends SimpleQuery } return $aliases; } - +/* public function count() { $this->count = true; return $this; } - +*/ public function __toString() { if ($this->table === null) {