Changeset 906


Ignore:
Timestamp:
05/22/09 14:41:23 (15 years ago)
Author:
niltonneto
Message:

Ticket #453 - Corrigido problema crítico no ExpressoMail?, ao carregar grupos pessoais e compartilhados.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.db_functions.inc.php

    r757 r906  
    105105                                $ldap = new ldap_functions(); 
    106106                        } 
     107                        $owneruid = ''; 
    107108                        foreach($result as $group){ 
    108109                                // Searching uid (LDAP), if exists related Ids for sharing groups. 
     
    113114                                if($this->user_id != $group['owner']) 
    114115                                        $owneruid = "::".$_SESSION['phpgw_info']['expressomail']['user']['cc_related_ids'][$group['owner']]; 
     116                                else 
     117                                        $owneruid = ''; 
    115118 
    116119                                $stringDropDownContacts .=  $group['title']. ';' . ($group['short_name'].$owneruid) . ','; 
Note: See TracChangeset for help on using the changeset viewer.