Debug Documents
This commit is contained in:
parent
8f8af63d99
commit
8b4496da79
1 changed files with 1 additions and 1 deletions
2
vendor/model/Documents.class.php
vendored
2
vendor/model/Documents.class.php
vendored
|
|
@ -158,7 +158,7 @@ class Documents
|
|||
|
||||
$this->sql .= $this->and;
|
||||
$this->sql .= ' order by d.documents_id desc ';
|
||||
echo $this->sql .= $this->limit;
|
||||
$this->sql .= $this->limit;
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue