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/calendar/inc/class.uicustom_fields.inc.php

    r1684 r2419  
    4444                              $GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/admin/index.php')); 
    4545                        } 
    46                         unset($GLOBALS['phpgw_info']['flags']['noheader']); 
    47                         unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
     46                        //unset($GLOBALS['phpgw_info']['flags']['noheader']); 
     47                        //unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
    4848                        $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['calendar']['title'].' - '.lang('Custom fields and sorting'); 
    49                         $GLOBALS['phpgw']->common->phpgw_header(); 
     49                        //$GLOBALS['phpgw']->common->phpgw_header(); 
    5050 
    5151                        $this->tpl = $GLOBALS['phpgw']->template; 
Note: See TracChangeset for help on using the changeset viewer.