débugage barre de recherche tout sauf auteur. Maj balise script en footer
This commit is contained in:
parent
c5f3ef2d0f
commit
411b19df58
3 changed files with 31 additions and 3 deletions
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
// Recherche par auteur
|
||||
if ($intAuthor > 0){
|
||||
$strRq .= $strWhere." project_user = ".$intAuthor;
|
||||
$strRq .= $strWhere." user_id = ".$intAuthor;
|
||||
$strWhere = " AND ";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue