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/engine/src/API/BaseActivity.php

    r2372 r2492  
    242242     
    243243    // retrieve user_groups information in an array containing all groups for this user 
    244     $user_groups = galaxia_retrieve_user_groups($GLOBALS['phpgw_info']['user']['account_id'] ); 
     244    $user_groups = galaxia_retrieve_user_groups(Settings::get('expresso', 'user', 'account_id') ); 
    245245    // and append it to query                       
    246246    $query = 'select `wf_role_id` from `'.GALAXIA_TABLE_PREFIX."user_roles`  
Note: See TracChangeset for help on using the changeset viewer.