HomeHelpTrac

Changeset 15745 for trunk/inc


Ignore:
Timestamp:
12/09/11 21:29:55 (6 months ago)
Author:
Alexander Trofimov
Message:

Studio re-login problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/profiles.inc.php

    r15698 r15745  
    4848 */ 
    4949function isRole($iRole, $iId = 0) { 
     50 
     51    if (!(int)$iId) 
     52        $iId = getLoggedId(); 
    5053 
    5154    bx_import('BxDolAccount'); 
Note: See TracChangeset for help on using the changeset viewer.