Changeset 2749 for trunk/calendar


Ignore:
Timestamp:
05/10/10 11:52:48 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Corrigindo problema para exibir a tela de importar ical.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/inc/class.uiicalendar.inc.php

    r678 r2749  
    8484                function import() 
    8585                { 
    86                         unset($GLOBALS['phpgw_info']['flags']['noheader']); 
    87                         unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
     86                        //unset($GLOBALS['phpgw_info']['flags']['noheader']); 
     87                        //unset($GLOBALS['phpgw_info']['flags']['nonavbar']); 
    8888                        $GLOBALS['phpgw_info']['flags']['nonappheader'] = True; 
    8989                        $GLOBALS['phpgw_info']['flags']['nonappfooter'] = True; 
    90                         $GLOBALS['phpgw']->common->phpgw_header(); 
     90                        //$GLOBALS['phpgw']->common->phpgw_header(); 
    9191 
    9292                        if(!@is_dir($GLOBALS['phpgw_info']['server']['temp_dir'])) 
     
    9595                        } 
    9696 
    97                         echo '<body bgcolor="' . $GLOBALS['phpgw_info']['theme']['bg_color'] . '">'; 
     97                        //echo '<body bgcolor="' . $GLOBALS['phpgw_info']['theme']['bg_color'] . '">'; 
    9898 
    9999                        if ($GLOBALS['HTTP_GET_VARS']['action'] == 'GetFile') 
Note: See TracChangeset for help on using the changeset viewer.