débugage barre de recherche tout sauf auteur. Maj balise script en footer

This commit is contained in:
laura.chevillet 2026-01-20 09:14:29 +01:00
parent c5f3ef2d0f
commit 411b19df58
3 changed files with 31 additions and 3 deletions

View file

@ -31,7 +31,7 @@
// Recherche par auteur
if ($intAuthor > 0){
$strRq .= $strWhere." project_user = ".$intAuthor;
$strRq .= $strWhere." user_id = ".$intAuthor;
$strWhere = " AND ";
}