Changeset 641


Ignore:
Timestamp:
01/30/09 08:57:44 (15 years ago)
Author:
niltonneto
Message:

Resolve #417

Location:
trunk
Files:
2 edited

Legend:

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

    r625 r641  
    15801580                { 
    15811581                        $event_in = $event; 
     1582                         
    15821583                        if (is_int($event) && $event == 0) 
    15831584                        { 
     
    16131614                                        { 
    16141615                                                $grants |= PHPGW_ACL_READ; 
    1615                                                 break; 
     1616                                                // if the $user is one of the participants read-grant private (restricted) too. 
     1617                                                if($uid == $user || ($this->grants[$uid] & PHPGW_ACL_PRIVATE)) { 
     1618                                                        $grants |= PHPGW_ACL_PRIVATE; 
     1619                                                } 
     1620                                                //break; 
    16161621                                        } 
    16171622                                } 
     
    17041709                        if($is_private) 
    17051710                        { 
    1706                                 return 'private'; 
     1711                                return lang('private'); 
    17071712                        } 
    17081713 
  • trunk/preferences/templates/celepar/preference_acl.tpl

    r496 r641  
    4141                                <tr {private_invisible}> 
    4242                                        <td><input type="checkbox" name="checkAttr" value="Y" onclick="javascript:execAction('SAVE')"></td> 
    43                                         <td>Privado</td> 
     43                                        <td>Restritos</td> 
    4444                                </tr> 
    4545                                 
Note: See TracChangeset for help on using the changeset viewer.