Ignore:
Timestamp:
04/19/07 18:32:45 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2 r15  
    327327                        } 
    328328                        $GLOBALS['phpgw']->redirect($this->page('',$params)); 
     329                         
    329330                } 
    330331 
     
    365366                                 
    366367                                $GLOBALS['phpgw']->common->phpgw_header(); 
    367                                 $new_body = $this->bo->debug_string.$body; 
     368                                $new_body = $this->bo->debug_string.$body;                               
    368369                                 
    369370                        } 
     
    374375                { 
    375376                        echo $this->printer_friendly($this->get_month(),lang('Monthview')); 
     377                        $GLOBALS['phpgw']->common->phpgw_footer(); 
    376378                } 
    377379 
     
    469471                { 
    470472                        echo $this->printer_friendly($this->get_week(),lang('Weekview')); 
     473                        $GLOBALS['phpgw']->common->phpgw_footer(); 
    471474                } 
    472475 
     
    644647                        } 
    645648                        echo $this->printer_friendly($this->get_year(),lang('Yearview')); 
     649                        $GLOBALS['phpgw']->common->phpgw_footer(); 
    646650                } 
    647651 
     
    933937                        )); 
    934938                         
     939                        $GLOBALS['phpgw']->common->phpgw_footer(); 
    935940                } 
    936941 
     
    12611266                                ) 
    12621267                        ); 
     1268                        $GLOBALS['phpgw']->common->phpgw_footer(); 
    12631269                } 
    12641270 
     
    13821388                        $p->parse('day_events','day_event'); 
    13831389                        print $this->printer_friendly($p->fp('out','day'),lang('Dayview')); 
     1390                        $GLOBALS['phpgw']->common->phpgw_footer(); 
    13841391                } 
    13851392 
Note: See TracChangeset for help on using the changeset viewer.