Skip to content
Snippets Groups Projects
Commit 1721b690 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #2682 use PDO

parent 857ceef6
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ if (isset($_REQUEST['start']) && !empty($_REQUEST['start'])) $parameters .= '&st
$where_tab = array();
//
$where_tab[] = " identifier = ? ";
$arrayPDO = array($_SESSION['doc_id']);
$arrayPDO = array($identifier);
//From filters
$filterClause = $list->getFilters();
if (!empty($filterClause)) $where_tab[] = $filterClause;//Filter clause
......
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