Changeset 8197
- Timestamp:
- 08/21/13 10:30:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoAdmin1_2/inc/class.ldap_functions.inc.php
r8178 r8197 138 138 } 139 139 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 140 147 $uid = 'institutional_account_' . $params['mail']; 141 148 $dn = "uid=$uid," . $params['context'];
Note: See TracChangeset
for help on using the changeset viewer.