Ignore:
Timestamp:
11/13/09 16:08:53 (14 years ago)
Author:
niltonneto
Message:

Ticket #745 - Corrigido problema devido ao plugin "expressoMail 1.2" desativado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/classic/listUsers.php

    r1267 r1645  
    1717         
    1818        $GLOBALS['phpgw']->js->validate_file('jscode','scripts','preferences');          
     19         
    1920        $t = &$GLOBALS['phpgw']->template;                                               
    2021        // seta o Template 
    2122        $t->set_file(array('addUser_t' => '../../../calendar/templates/classic/listUsers.tpl')); 
    2223         
    23         $obj_account = CreateObject('phpgwapi.accounts',$this->bo->owner); 
     24        $obj_account = CreateObject('phpgwapi.accounts',$owner); 
    2425 
    2526        $post_select_organization = $_POST['select_organization']; 
     
    5253                $sectors_info = $obj_org_sector->sector_search('ou='.$user_org.','.$GLOBALS['phpgw_info']['server']['ldap_context']); 
    5354        } 
    54                  
     55         
    5556        foreach($organizations_info as $organization) 
    5657        { 
Note: See TracChangeset for help on using the changeset viewer.