Skip to content
Snippets Groups Projects
Commit 942b3cb0 authored by Till Brehm's avatar Till Brehm
Browse files

Update interface/lib/classes/listform_actions.inc.php

parent 6f6b9489
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ class listform_actions { ...@@ -226,7 +226,7 @@ class listform_actions {
} }
$sql_where = $app->listform->getSearchSQL($sql_where); $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); $app->tpl->setVar($app->listform->searchValues);
$order_by_sql = $this->SQLOrderBy; $order_by_sql = $this->SQLOrderBy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment