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.

Location:
trunk/calendar/templates/classic
Files:
2 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        { 
  • trunk/calendar/templates/classic/listUsers.tpl

    r2 r1645  
    4848        </body> 
    4949</html> 
    50 <script src="js/edit.js" type="text/javascript"></script> 
     50<script src="../../js/edit.js" type="text/javascript"></script> 
Note: See TracChangeset for help on using the changeset viewer.