Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
b6a345d4
Commit
b6a345d4
authored
Mar 27, 2017
by
Claire Kuchly
Browse files
update get_all_users_on_project error for updatable_password
parent
39aceaaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/lib/class.tx_nG6_db.php
View file @
b6a345d4
...
@@ -2481,7 +2481,7 @@ function get_project_runs($project_id, $orderby='', $limit='') {
...
@@ -2481,7 +2481,7 @@ function get_project_runs($project_id, $orderby='', $limit='') {
$users
=
array
();
$users
=
array
();
$queryParts
=
Array
(
$queryParts
=
Array
(
'SELECT'
=>
'fe_users.uid, fe_users.username, fe_users.lastlogin, fe_users.first_name, '
'SELECT'
=>
'fe_users.uid, fe_users.username, fe_users.lastlogin, fe_users.first_name, '
.
' fe_users.last_name, fe_users.email, fe_rights.right_id, fe_users.cruser_id , fe_users.
tx_nG6_
updatable_password'
,
.
' fe_users.last_name, fe_users.email, fe_rights.right_id, fe_users.cruser_id , fe_users.updatable_password'
,
'FROM'
=>
'fe_users INNER JOIN fe_rights ON fe_users.uid=fe_rights.fe_user_id '
,
'FROM'
=>
'fe_users INNER JOIN fe_rights ON fe_users.uid=fe_rights.fe_user_id '
,
'WHERE'
=>
'fe_rights.project_id='
.
$project_id
,
'WHERE'
=>
'fe_rights.project_id='
.
$project_id
,
'GROUPBY'
=>
''
,
'GROUPBY'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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