Atualização Companies.class.php
This commit is contained in:
parent
ea5fe14632
commit
b9cb2f1789
1 changed files with 2 additions and 2 deletions
4
vendor/model/Companies.class.php
vendored
4
vendor/model/Companies.class.php
vendored
|
|
@ -166,7 +166,7 @@ class Companies
|
|||
if($this->typeSearch && $this->search){
|
||||
|
||||
/** Preencho os parâmetros do SQL */
|
||||
$this->stmt->bindParam(':search', $this->search);
|
||||
$this->stmt->bindParam(':search', '"'.$this->search.'"');
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -224,7 +224,7 @@ class Companies
|
|||
if($this->typeSearch && $this->search){
|
||||
|
||||
/** Preencho os parâmetros do SQL */
|
||||
$this->stmt->bindParam(':search', $this->search);
|
||||
$this->stmt->bindParam(':search', '"'.$this->search.'"');
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue