Ignore:
Timestamp:
04/05/10 16:31:25 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Removendo a chamada redundante ao método 'phpgw_header' no ExpressoLivre?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.institutional_accounts.inc.php

    r414 r2419  
    5353                        /* End: Check manager access */ 
    5454 
    55                         unset($GLOBALS['phpgw_info']['flags']['noheader']); 
    56                         unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
     55                        //unset($GLOBALS['phpgw_info']['flags']['noheader']); 
     56                        //unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
    5757                        $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['expressoAdmin1_2']['title'].' - '.lang('Institutional accounts'); 
    58                         $GLOBALS['phpgw']->common->phpgw_header(); 
     58                        //$GLOBALS['phpgw']->common->phpgw_header(); 
    5959 
    6060                        $p = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); 
Note: See TracChangeset for help on using the changeset viewer.