? email-patch.diff ? inc/class.socalendar__.inc.php.patch ? inc/class.uicalendar.inc.php.patch Index: inc/class.bocalendar.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/calendar/inc/class.bocalendar.inc.php,v retrieving revision 1.71.2.33.2.19 diff -r1.71.2.33.2.19 class.bocalendar.inc.php 752a753 > $this->so->add_attribute('send_email',$l_cal['send_email']); 964c965,967 < $this->send_update(MSG_ADDED,$event['participants'],'',$this->get_cached_event()); --- > if ($event['send_email']!='no'){ > $this->send_update(MSG_ADDED,$event['participants'],'',$this->get_cached_event()); > } 974c977,979 < $this->prepare_recipients($new_event,$old_event); --- > if ($event['send_email']!='no'){ > $this->prepare_recipients($new_event,$old_event); > } 2353a2359 > unset ($details['send_email']); 2814a2821,2825 > > $var['send_email'] = Array( > 'field' => lang("Send Email"), > 'data' => $event['send_email'] > ); Index: inc/class.bocustom_fields.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/calendar/inc/Attic/class.bocustom_fields.inc.php,v retrieving revision 1.1.2.4 diff -r1.1.2.4 class.bocustom_fields.inc.php 32a33 > 'send_email' => 'Send Email to Participants', Index: inc/class.uicalendar.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v retrieving revision 1.66.2.55.2.24 diff -r1.66.2.55.2.24 class.uicalendar.inc.php 1169a1170 > $this->bo->add_attribute('send_email',''); 3680a3682,3687 > //Send Email > $var['send_email'] = Array( > 'tr_color' => $this->theme['th_bg'], > 'field' => lang('Send Email to Participants').'?', > 'data' => "\n".lang('Yes').' <input type="radio" name="cal[send_email]" value="yes"'.' checked>'. > "\n".'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'.lang('No').' <input type="radio" name="cal[send_email]" value="no"'.'>');