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;
}
/*
public function count()
{
$this->count = true;
return $this;
}
*/
public function __toString()
{
if ($this->table === null) {