Changeset 4008


Ignore:
Timestamp:
04/13/11 14:56:00 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1615 - Componente novo para agenda. Correcao de erro gerado com merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/inc/class.uicalendar.inc.php

    r4001 r4008  
    17621762                function day() 
    17631763                { 
     1764 
     1765                        $next = $GLOBALS['phpgw']->datetime->makegmttime(0,0,0,$this->bo->month,$this->bo->day + 1,$this->bo->year); 
     1766                        $prev = $GLOBALS['phpgw']->datetime->makegmttime(0,0,0,$this->bo->month,$this->bo->day - 1,$this->bo->year); 
     1767 
    17641768                        $this->bo->read_holidays(); 
     1769 
    17651770                        $legend_holiday = $this->bo->cached_holidays[$_GET['date']][0]['name']?'('.$this->bo->cached_holidays[$_GET['date']][0]['name'].')':''; 
    17661771                        if (!$this->bo->printer_friendly || ($this->bo->printer_friendly && @$this->bo->prefs['calendar']['display_minicals'])) 
Note: See TracChangeset for help on using the changeset viewer.