Livestatus\Query: temporarily disable count cache

This commit is contained in:
Thomas Gelf 2014-11-16 15:12:13 +01:00
parent 48dfb1bb70
commit 38fec33849

View File

@ -32,13 +32,13 @@ class Query extends SimpleQuery
} }
return $aliases; return $aliases;
} }
/*
public function count() public function count()
{ {
$this->count = true; $this->count = true;
return $this; return $this;
} }
*/
public function __toString() public function __toString()
{ {
if ($this->table === null) { if ($this->table === null) {