Added the ability to set a config variable to email the interviewee appts
[eq/.git] / setup / tc_config
index 4bf7b6dc57683b03ed0b0927043c13c1a0b621f7..0a7d33e98b968b93a2eb003f9b5fcb547f826ae2 100644 (file)
@@ -44,6 +44,12 @@ $this->ppi_frequency = 12;
 // 3 = EQ President + Counselors + Secretary
 $this->yearly_ppi_interviewer = 2;
 
+// Specify if the individual should be emailed the appointment too
+// By default, the interviewer is always emailed the appointment.
+// 0 = The interviewer will be emailed the appointment
+// 1 = The interviewer & individual will be emailed the appointment
+$this->email_individual_appt = 1;
+
 // Specify the minute interval increment to use in the time drop down lists
 $this->time_drop_down_list_inc = 15;