Ignore:
Timestamp:
04/12/10 16:21:32 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Trocando acessos à GLOBALS por acessos à Settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/inc/class.ui_participants.inc.php

    r2372 r2492  
    5454                $smarty->setHeader(workflow_smarty::SHOW_HEADER | workflow_smarty::SHOW_FOOTER); 
    5555                $ldap = Factory::getInstance('WorkflowLDAP'); 
    56                 $userDN = $GLOBALS['phpgw_info']['user']['account_dn']; 
     56                $userDN = Settings::get('expresso', 'user', 'account_dn'); 
    5757                $account = Factory::getInstance('accounts', $userDN); 
    5858                $organizationList = $this->bo->getOrganizations(); 
Note: See TracChangeset for help on using the changeset viewer.