mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge branch '3.7'
This commit is contained in:
@@ -37,7 +37,10 @@ class module_report_sqlquestion extends module_report_sql implements module_repo
|
||||
$stmt->closeCursor();
|
||||
|
||||
$this->sql .= $this->filter->getOrderFilter() ? : '';
|
||||
$this->sql .= $this->filter->getLimitFilter() ? : '';
|
||||
|
||||
if ($this->enable_limit) {
|
||||
$this->sql .= $this->filter->getLimitFilter() ? : '';
|
||||
}
|
||||
} else {
|
||||
$this->sql = "
|
||||
SELECT " . $this->groupby . ", SUM(1) AS nb
|
||||
|
Reference in New Issue
Block a user