X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=setup%2Feq_config;h=54b8d4a3cba858d3ac7fb2b5a6f6be614dffbf12;hb=b74dbe53448ab77b7ff14bae31ea9a2b2e56ab38;hp=eadd5b49adef1fd547c63d32210c316abd4afbbc;hpb=906ddcdefef59450b288742b9efd806d0755e00f;p=eq%2F.git diff --git a/setup/eq_config b/setup/eq_config index eadd5b4..54b8d4a 100644 --- a/setup/eq_config +++ b/setup/eq_config @@ -22,10 +22,10 @@ $this->unzip_path = "/usr/local/bin/unzip"; // If set to 1, drop down lists will be used for the hour and minute fields $this->time_drop_down_lists = 1; -// Compute hometeaching interview stats per month or per quarter -// If set to 0, stats will be computed per quarter. -// If set to 1, stats will be computed per month. -$this->monthly_hometeaching_interview_stats = 0; +// Frequency of hometeaching interview stats in months +// This number must evenly divide 12. +// Examples: Monthly=1 Quarterly=3 Yearly=12 +$this->monthly_hometeaching_interview_stats = 3; // Specify the minute interval increment to use in the time drop down lists $this->time_drop_down_list_inc = 15;