Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
942b3cb0
Commit
942b3cb0
authored
Mar 09, 2023
by
Till Brehm
Browse files
Update interface/lib/classes/listform_actions.inc.php
parent
6f6b9489
Pipeline
#13073
passed with stage
in 7 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
interface/lib/classes/listform_actions.inc.php
View file @
942b3cb0
...
...
@@ -226,7 +226,7 @@ class listform_actions {
}
$sql_where
=
$app
->
listform
->
getSearchSQL
(
$sql_where
);
if
(
isset
(
$app
->
listform
->
listDef
[
'join_sql'
]))
$sql_where
.
=
' AND '
.
$app
->
listform
->
listDef
[
'join_sql'
];
if
(
isset
(
$app
->
listform
->
listDef
[
'join_sql'
])
&&
$app
->
listform
->
listDef
[
'join_sql'
]
!=
''
)
$sql_where
.
=
' AND '
.
$app
->
listform
->
listDef
[
'join_sql'
];
$app
->
tpl
->
setVar
(
$app
->
listform
->
searchValues
);
$order_by_sql
=
$this
->
SQLOrderBy
;
...
...
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