Ignore:
Timestamp:
09/12/08 16:53:08 (16 years ago)
Author:
niltonneto
Message:

Alterações feitas por João Alfredo.
Email: jakjr@…

File:
1 edited

Legend:

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

    r414 r422  
    8080                        $maillist_info['loginShell']                            = '/bin/false'; 
    8181                        $maillist_info['mail']                                          = $params['mail']; 
     82                        $maillist_info['description']                           = $params['description']; 
    8283                        $maillist_info['objectClass'][0]                        = 'posixAccount'; 
    8384                        $maillist_info['objectClass'][1]                        = 'inetOrgPerson'; 
     
    180181                        } 
    181182                         
     183                        /* Always replace description */ 
     184                        $ldap_mod_replace['description'] = utf8_encode($new_values['description']); 
     185                         
    182186                        if (count($ldap_mod_replace)) 
    183187                        { 
Note: See TracChangeset for help on using the changeset viewer.