Skip to content
Snippets Groups Projects
Commit b94f0d60 authored by Pegane Nestor's avatar Pegane Nestor
Browse files

FIX #6173 parenthesis added in where request

parent 52512e8c
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ function display_list()
$where = '';
$where_what = array();
} else {
$where = 'entity_id_owner = ? OR entity_id_owner IS NULL';
$where = '(entity_id_owner = ? OR entity_id_owner IS NULL)';
$where_what = array($_SESSION['user']['primaryentity']['id']);
}
$what = '';
......
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