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
7c96ccc1
Commit
7c96ccc1
authored
Feb 28, 2014
by
Jerome Mariette
Browse files
fix a bug in request
parent
d76b069d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/lib/class.tx_nG6_db.php
View file @
7c96ccc1
...
@@ -261,7 +261,7 @@ class tx_nG6_db {
...
@@ -261,7 +261,7 @@ class tx_nG6_db {
.
' INNER JOIN fe_rights ON tx_nG6_project.uid=fe_rights.project_id '
.
' INNER JOIN fe_rights ON tx_nG6_project.uid=fe_rights.project_id '
.
' INNER JOIN fe_users ON fe_rights.fe_user_id=fe_users.uid '
.
' INNER JOIN fe_users ON fe_rights.fe_user_id=fe_users.uid '
.
' INNER JOIN fe_groups ON fe_groups.uid=fe_users.usergroup '
;
.
' INNER JOIN fe_groups ON fe_groups.uid=fe_users.usergroup '
;
$where
.
=
" fe_rights.right_id=1"
;
$where
.
=
"
AND
fe_rights.right_id=1"
;
}
}
$queryParts
=
array
(
$queryParts
=
array
(
'SELECT'
=>
'tx_nG6_project.crdate, count(tx_nG6_project.crdate) nb'
,
'SELECT'
=>
'tx_nG6_project.crdate, count(tx_nG6_project.crdate) nb'
,
...
...
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