Ignore:
Timestamp:
08/21/13 10:30:53 (11 years ago)
Author:
angelo
Message:

Ticket #3476 - Validacao dos campos ao criar contas institucionais

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.ldap_functions.inc.php

    r8178 r8197  
    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.