Ignore:
Timestamp:
08/16/10 18:29:26 (14 years ago)
Author:
niltonneto
Message:

Ticket #1005 - Corrigido problema no autocompletar quando OU possui dominio alternativo.

File:
1 edited

Legend:

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

    r594 r3162  
    234234                        $GLOBALS['phpgw']->js->set_onload('get_available_groups(document.forms[0].context.value);'); 
    235235                        $GLOBALS['phpgw']->js->set_onload('get_available_maillists(document.forms[0].context.value);'); 
     236                        $GLOBALS['phpgw']->js->set_onload('get_associated_domain(document.forms[0].context.value);'); 
    236237                        if ($this->current_config['expressoAdmin_samba_support'] == 'true') 
    237238                                $GLOBALS['phpgw']->js->set_onload('get_available_sambadomains(document.forms[0].context.value, \'create_user\');'); 
Note: See TracChangeset for help on using the changeset viewer.