X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=setup%2Feq_config;h=ac79e2798007b7ecdd939c9ef5997f7777066b1b;hb=b5f7d1472a512943275404284060ec05c8fd47e2;hp=eadd5b49adef1fd547c63d32210c316abd4afbbc;hpb=6756e74c618aaa79186f7f55329fd2ba1cb1e2e5;p=eq%2F.git diff --git a/setup/eq_config b/setup/eq_config index eadd5b4..ac79e27 100644 --- a/setup/eq_config +++ b/setup/eq_config @@ -12,20 +12,20 @@ $this->upload_target_path = "/home/users/eqpres/eq_data"; // The full path to the installation location of this module -$this->application_path = "/usr/local/www/data-dist/phpgroupware/eq"; +$this->application_path = "/usr/share/phpgroupware/eq"; // The full path to the unzip application -$this->unzip_path = "/usr/local/bin/unzip"; +$this->unzip_path = "/usr/bin/unzip"; // Use drop down lists when specifying times in the scheduling tools. // If set to 0, free form text fields for the hour and minutes will be used instead. // 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;