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
7b958d66
Commit
7b958d66
authored
Feb 06, 2020
by
Celine Noirot
Browse files
Merge branch 'issue#161' into 'dev'
Merge branch issue#161 with dev See merge request
!96
parents
f5f7143f
1d86cd5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/lib/class.tx_nG6_db.php
View file @
7b958d66
...
...
@@ -451,8 +451,6 @@ INNER JOIN fe_groups ON fe_groups.uid = fe_users.usergroup',
'LIMIT'
=>
''
);
file_put_contents
(
'/work/ng6-test/jflow_rtherville/ng6_php.log'
,
"IN tx_nG6_db.php, get_purge_demand_list. queryParts="
.
print_r
(
$queryParts
,
TRUE
));
$results
=
array
();
$res
=
$GLOBALS
[
'TYPO3_DB'
]
->
exec_SELECT_queryArray
(
$queryParts
);
while
(
$res_row
=
$GLOBALS
[
'TYPO3_DB'
]
->
sql_fetch_assoc
(
$res
))
{
...
...
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