Changeset 4601


Ignore:
Timestamp:
06/13/11 09:30:06 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1997 - Envio de resposta a um compromisso na agenda

File:
1 edited

Legend:

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

    r4569 r4601  
    32623262                                        continue;       // dont notify rejected participants 
    32633263                                } 
    3264                                 if($userid != $owner ||  $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
     3264                                if($userid != $GLOBALS['phpgw_info']['user']['account_id'] || ($msg_type == MSG_ADDED && $userid != $owner) || $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
     3265                                //if($userid != $owner ||  $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
    32653266                                { 
    32663267                                        print_debug('Msg Type',$msg_type); 
Note: See TracChangeset for help on using the changeset viewer.