phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r4835 - phpcompta/tags/rel601/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4835 - phpcompta/tags/rel601/include
Date: Tue, 15 May 2012 17:31:14 +0200 (CEST)

Author: danydb
Date: 2012-05-15 17:31:14 +0200 (Tue, 15 May 2012)
New Revision: 4835

Modified:
   phpcompta/tags/rel601/include/class_follow_up.php
Log:
security : see all user in action

Modified: phpcompta/tags/rel601/include/class_follow_up.php
===================================================================
--- phpcompta/tags/rel601/include/class_follow_up.php   2012-05-15 15:22:01 UTC 
(rev 4834)
+++ phpcompta/tags/rel601/include/class_follow_up.php   2012-05-15 15:31:14 UTC 
(rev 4835)
@@ -252,7 +252,7 @@
                                     "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;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]