Projet

Général

Profil

Révision dd54aff9

Ajouté par Assos Assos il y a plus de 10 ans

Weekly update of contrib modules

Voir les différences:

htmltest/sites/all/modules/ldap/ldap_authorization/ldap_authorization_og/LdapAuthorizationConsumerOG.class.php
466 466
     */
467 467
    $og_actions = array('grants' => array(), 'revokes' => array());
468 468
    $consumer_ids_log = "";
469
    $log = "";
469 470

  
470 471
    //dpm('consumers');dpm($consumers); dpm('users_authorization_consumer_ids'); dpm($users_authorization_consumer_ids);
471 472
    foreach ($consumers as $consumer_id => $consumer) {
......
538 539
          else {
539 540
            $og_actions['revokes'][$entity_type][$gid][] = $rid;
540 541
          }
541
          $log .= "revoke case 1: user has authorization, revoke it.  revokeSingleAuthorization will remove $user_auth_data[$consumer_id]";
542
          $log .= "revoke case 1: user has authorization, revoke it.  revokeSingleAuthorization will remove $consumer_id";
542 543
          $log .=" ".$entity_type . ":" . $gid .":" . $rid ;          
543 544
        }
544 545
        elseif ($user_has_authorization_recorded)  {

Formats disponibles : Unified diff