début correction du bug de recherche et en vrai j'ai corrigé pas mal de trucs
This commit is contained in:
parent
aaf36302ac
commit
c5f3ef2d0f
3 changed files with 9 additions and 10 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
// Recherche par auteur
|
||||
if ($intAuthor > 0){
|
||||
$strRq .= $strWhere." project_creatorname = ".$intAuthor;
|
||||
$strRq .= $strWhere." project_user = ".$intAuthor;
|
||||
$strWhere = " AND ";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue