Ignore:
Timestamp:
02/01/10 15:25:08 (14 years ago)
Author:
niltonneto
Message:

Ticket #715 - Corrigido bug ao visualizar compromisso restrito e privado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/calendar/inc/class.bocalendar.inc.php

    r924 r1955  
    896896                                } 
    897897 
    898                                 $is_public = ($l_cal['type'] != 'private'); 
     898                                $is_public = ($l_cal['type'] != 'private' && $l_cal['type'] != 'privateHiddenFields'); 
    899899                                $this->so->event_init(); 
    900900                                $this->add_attribute('uid',$l_cal['uid']); 
Note: See TracChangeset for help on using the changeset viewer.