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) {