modification pour afficher user par pseudo et non par id
This commit is contained in:
parent
190554d966
commit
b11f67793a
9 changed files with 47 additions and 25 deletions
|
|
@ -20,7 +20,7 @@
|
|||
string $strEndDate='', int $intCategory=0, bool $bool6Months=false):array{
|
||||
|
||||
$strRq = "SELECT project.*,
|
||||
CONCAT(user_firstname, ' ', user_name) AS 'project_creatorname',
|
||||
user_pseudo AS 'project_creatorname',
|
||||
user_image
|
||||
FROM project
|
||||
INNER JOIN users ON user_id = project_user_id";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue