$stmt=$db->query('SELECT fingerprint, docserver_id FROM res_view_attachments WHERE '.$column_res." = ? and res_id_master = ? and status <> 'OBS'",array($_REQUEST['res_id'],$_SESSION['doc_id']));
$stmt=$db->query('SELECT fingerprint, docserver_id, status FROM res_view_attachments WHERE '.$column_res." = ? and res_id_master = ? and status <> 'OBS'",array($_REQUEST['res_id'],$_SESSION['doc_id']));