gdpr fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-20 15:41:18 +02:00
parent 816f004bf1
commit 874fb36d6b
6 changed files with 46 additions and 23 deletions

View File

@ -9,7 +9,7 @@ class ModelAuditRemoval extends Model {
if($page_len > 0) { $limit = " LIMIT " . (int)$from . ", " . (int)$page_len; }
$query = $this->db->query("SELECT * FROM " . TABLE_DELETED . " WHERE deleted=-1 ORDER BY date1 DESC $limit");
return $query->rows;
}