Changeset 865


Ignore:
Timestamp:
05/19/09 09:13:58 (15 years ago)
Author:
alexandrecorreia
Message:

Ticket #513 - Problemas no cadastro de participantes externos.O cadastro de participantes externos, sendo habilitado e não informado uma organização, aparece item em branco para o usuário.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/inc/class.contacts_im.inc.php

    r697 r865  
    3838        public final function getParticipantsExternal() 
    3939        {                
    40                 if( !$this->groupsLocked() && $_SESSION['phpgw_info']['jabberit_messenger']['use_external_participants_jabberit'] )              
     40                $Participants = (trim($_SESSION['phpgw_info']['jabberit_messenger']['conf_organization_jabberit']) && 
     41                                                        $_SESSION['phpgw_info']['jabberit_messenger']['use_external_participants_jabberit']); 
     42 
     43                if( !$this->groupsLocked() && $Participants )            
    4144                        return "true"; 
    4245                else 
Note: See TracChangeset for help on using the changeset viewer.