This commit is contained in:
parent
0b48c40d2c
commit
44682ff251
2 changed files with 3 additions and 2 deletions
|
|
@ -142,6 +142,7 @@
|
|||
$strRq = "SELECT project.*,
|
||||
users.user_pseudo AS 'project_creatorname',
|
||||
users.user_image,
|
||||
users.user_mail,
|
||||
category.category_name
|
||||
FROM project
|
||||
INNER JOIN users ON users.user_id = project.project_user_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue