Skip to content

Commit

Permalink
barre de recherche sync 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2choiz committed Apr 13, 2015
1 parent e9f2501 commit b95a246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Controllers/Recherche.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function getRecherche($params) {
$modelViewRecette = new \Application\Models\ViewRecette();


$res=$modelViewRecette->fetchAll(" `$ou`='$mot' ");
$res=$modelViewRecette->fetchAllLike($mot, $ou, " ORDER BY $ou ");


if( !empty( $res ) ) {
Expand Down

0 comments on commit b95a246

Please sign in to comment.