Atualizando config
This commit is contained in:
parent
0bcfd4ecfe
commit
3ee9a44660
1 changed files with 1 additions and 4 deletions
5
vendor/model/Documents.class.php
vendored
5
vendor/model/Documents.class.php
vendored
|
|
@ -201,10 +201,7 @@ class Documents
|
|||
'.$this->and;
|
||||
|
||||
/** Preparo o SQL para execução */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Parametros da consulta */
|
||||
$this->stmt->bindParam('company_id', $_SESSION['USERSCOMPANYID']);/** Grava o ID da empresa responsável pelo arquivo */
|
||||
$this->stmt = $this->connection->connect()->prepare($this->sql);
|
||||
|
||||
/** Executo o SQL */
|
||||
$this->stmt->execute();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue