Changeset 4956


Ignore:
Timestamp:
08/19/11 10:04:25 (13 years ago)
Author:
niltonneto
Message:

Ticket #2229 - Corrigido problema ao listar grupos LDAP em configuração serviços VoIP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/inc/class.bovoip.inc.php

    r395 r4956  
    3838                $group = "<groups>"; 
    3939         
    40                 if((trim($groups) != '') && (is_array($groups))) 
     40                if(is_array($groups)) 
    4141                { 
    4242                        foreach($groups as $tmp)         
Note: See TracChangeset for help on using the changeset viewer.