Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel CAZAL
co2
Commits
739b2ca5
Commit
739b2ca5
authored
Feb 04, 2019
by
Raph El
Browse files
Modif
parent
06c8eeef
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/custom/laRaffinerie.php
View file @
739b2ca5
...
...
@@ -592,7 +592,8 @@ $projectList = [];
$thumbImgUrl
=
getProfileThumbUrl
(
$elt
);
$shortDescription
=
getShortDescription
(
$elt
);
$nbInscrits
=
count
(
$elt
[
'links'
][
'members'
]);
$nbInscrits
=
(
!
empty
(
$elt
[
'links'
][
'members'
])
?
count
(
@
$elt
[
'links'
][
'members'
])
:
0
);
?>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment