diff --git a/cron/SendReminder.service b/cron/SendReminder.service index c96dd1f93912b3850c95ac61fa29a48a2f3afba6..0fc36d3a9cff3fd5d4ec9630f430487212e3caac 100644 --- a/cron/SendReminder.service +++ b/cron/SendReminder.service @@ -94,7 +94,7 @@ if($adb->num_rows($result) >= 1) $activitymode = ($result_set['activitytype'] == "Task")?"Task":"Events"; $parent_type = $result_set['setype']; $activity_sub = $result_set['subject']; - $to_addr=''; + $to_addr= array(); if($parent_type!='') $parent_content = getParentInfo($parent_type)."\n";