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

Merge branch 'develop' of labs.maarch.org:maarch/MaarchCourrier into develop

parents 94d36b1e 766651f0
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ if (! empty($_SESSION['error'])) { ...@@ -92,7 +92,7 @@ if (! empty($_SESSION['error'])) {
$_SESSION['collection_id_choice'], $_SESSION['collection_id_choice'],
$resIdMaster $resIdMaster
); );
$table = $sec->retrieve_table_from_coll($collId); $table = $sec->retrieve_view_from_coll_id($collId);
$stmt = $db->query( $stmt = $db->query(
"SELECT res_id FROM " . $table . " WHERE res_id = ? ".$where2,array($resIdMaster)); "SELECT res_id FROM " . $table . " WHERE res_id = ? ".$where2,array($resIdMaster));
......
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