This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  52b96bfe5d3a89ae3c9cfa9ea0808c3bba7c8921 (commit)
      from  7b7c932778654f87ded396e7404bf058c6a88a22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=52b96bfe5d3a89ae3c9cfa9ea0808c3bba7c8921

commit 52b96bfe5d3a89ae3c9cfa9ea0808c3bba7c8921
Author: Franck Villaume <[email protected]>
Date:   Sun Sep 4 16:35:13 2016 +0200

    RBAC: remove useless var

diff --git a/src/common/include/RBAC.php b/src/common/include/RBAC.php
index 4e288b8..b726808 100644
--- a/src/common/include/RBAC.php
+++ b/src/common/include/RBAC.php
@@ -1122,7 +1122,6 @@ abstract class RoleExplicit extends BaseRole implements 
PFO_RoleExplicit {
                        $ids[] = $user->getID() ;
                }
 
-               $already_there = array () ;
                $res = db_query_params ('DELETE FROM pfo_user_role WHERE 
user_id=ANY($1) AND role_id=$2',
                                        array 
(db_int_array_to_any_clause($ids), $this->getID())) ;
 

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/RBAC.php | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to