Changeset 4756 for trunk/calendar


Ignore:
Timestamp:
07/15/11 09:24:34 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Envio de resposta a um compromisso na agenda. r4601

File:
1 edited

Legend:

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

    r4725 r4756  
    32643264                                        continue;       // dont notify rejected participants 
    32653265                                } 
    3266                                 if($userid != $owner ||  $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
     3266                                if($userid != $GLOBALS['phpgw_info']['user']['account_id'] || ($msg_type == MSG_ADDED && $userid != $owner) || $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
     3267                                //if($userid != $owner ||  $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
    32673268                                { 
    32683269                                        print_debug('Msg Type',$msg_type); 
Note: See TracChangeset for help on using the changeset viewer.