mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user