Ignore:
Timestamp:
04/27/11 17:48:30 (13 years ago)
Author:
brunocosta
Message:

Ticket #1799 - Em eventos com anexos a notificação é enviada para o criador.

File:
1 edited

Legend:

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

    r4138 r4159  
    32523252                                        continue;       // dont notify rejected participants 
    32533253                                } 
    3254                                 if($userid != $GLOBALS['phpgw_info']['user']['account_id'] ||  $msg_type == MSG_ALARM) 
     3254                                if($userid != $GLOBALS['phpgw_info']['user']['account_id'] ||  $msg_type == MSG_ALARM || isset($new_event['attachment'])) 
    32553255                                { 
    32563256                                        print_debug('Msg Type',$msg_type); 
Note: See TracChangeset for help on using the changeset viewer.