Skip to content
Snippets Groups Projects
Verified Commit 36afb2cb authored by Damien's avatar Damien
Browse files

FIX Search

parent 46e3d98c
No related branches found
No related tags found
No related merge requests found
...@@ -360,8 +360,7 @@ $param['confidentiality'] = $arr_tmp2; ...@@ -360,8 +360,7 @@ $param['confidentiality'] = $arr_tmp2;
//doc_type //doc_type
$stmt = $conn->query( $stmt = $conn->query(
'SELECT type_id, description FROM ' 'SELECT type_id, description FROM '
.$_SESSION['tablename']['doctypes']." WHERE enabled = 'Y' and coll_id = ? order by description asc", .$_SESSION['tablename']['doctypes']." WHERE enabled = 'Y' order by description asc", []
array($coll_id)
); );
$arr_tmp = array(); $arr_tmp = array();
while ($res = $stmt->fetchObject()) { while ($res = $stmt->fetchObject()) {
......
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