X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=setup%2Ftc_config;h=0a7d33e98b968b93a2eb003f9b5fcb547f826ae2;hb=61df0220f9c24a23b834d1fdf64c2a3630e52560;hp=4bf7b6dc57683b03ed0b0927043c13c1a0b621f7;hpb=c55bb22273cd071e0b871736eab0324076ecaa67;p=eq%2F.git diff --git a/setup/tc_config b/setup/tc_config index 4bf7b6d..0a7d33e 100644 --- a/setup/tc_config +++ b/setup/tc_config @@ -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;