Ignore:
Timestamp:
10/08/13 16:20:46 (10 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

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

    r8179 r8232  
    138138                } 
    139139 
     140                if (empty($params['desc'])) 
     141                { 
     142                        $result['status'] = false; 
     143                        $result['msg']  = $this->functions->lang('DESCRIPTION field is empty') . '.'; 
     144                        return $result; 
     145                } 
     146                 
    140147                $uid = 'institutional_account_' . $params['mail']; 
    141148                $dn = "uid=$uid," . $params['context']; 
Note: See TracChangeset for help on using the changeset viewer.