Changeset 1623


Ignore:
Timestamp:
11/11/09 17:21:17 (14 years ago)
Author:
eduardoalex
Message:

Ticket #743 - Resolve problema reportado no ticket em questao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/inc/class.uicategories.inc.php

    r2 r1623  
    246246 
    247247                                $link_data['cat_id'] = $cats[$i]['id']; 
    248                                 if ($cats[$i]['owner'] == $this->account && $cats[$i]['app_name'] != 'phpgw') 
     248 
     249                                if ($cats[$i]['owner'] == $GLOBALS['phpgw']->accounts->id2name($this->account) && $cats[$i]['app_name'] != 'phpgw') 
    249250                                { 
    250251                                        $link_data['menuaction'] = 'preferences.uicategories.edit'; 
Note: See TracChangeset for help on using the changeset viewer.