Changeset 5018 for branches


Ignore:
Timestamp:
09/01/11 11:05:47 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2201 - Corrigido a mensagem de erro na criação de conta instituicional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoAdmin1_2/inc/class.ldap_functions.inc.php

    r4590 r5018  
    20492049                        return $result; 
    20502050                } 
    2051  
     2051                 
     2052                if( empty($params['desc']) && trim($params['desc']) == "" ) 
     2053                { 
     2054                        $result['status']       = false; 
     2055                        $result['msg']          = $this->functions->lang('Field description is empty') . '.'; 
     2056                        return $result; 
     2057                } 
     2058                 
    20522059                $uid = 'institutional_account_' . $params['mail']; 
    20532060                $dn = "uid=$uid," . $params['context']; 
Note: See TracChangeset for help on using the changeset viewer.