Merged revisions 4835 via svnmerge from
svn+ssh://ns352270.ovh.net/svn/phpcompta/tags/rel601 ........ r4835 | danydb | 2012-05-15 17:31:14 +0200 (Tue, 15 May 2012) | 1 line security : see all user in action ........
This commit is contained in:
parent
06ff965ed7
commit
d3c5ef4df3
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ class Follow_Up
|
|||
"use_first_name||' '||use_name||'('||use_login||')' as label ".
|
||||
" from ac_users natural join jnt_use_dos ".
|
||||
" join priv_user on (jnt_id=priv_jnt) ".
|
||||
"where dos_id= ".$_REQUEST['gDossier']);
|
||||
"where use_active=1 and priv_priv='R' and dos_id= ".$_REQUEST['gDossier']);
|
||||
$aAg_dest[]=array('value'=>0,'label'=>'phpcompta');
|
||||
$ag_dest->value=$aAg_dest;
|
||||
$ag_dest->selected=$this->ag_dest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue