2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added ALLOW_RESPONDENT_SELECTOR config directive to hide or show the respondent selector to the interviewer

This commit is contained in:
azammitdcarf
2011-02-03 01:44:45 +00:00
parent d0ccbdc372
commit 05f73f1ceb
3 changed files with 35 additions and 12 deletions

View File

@@ -235,6 +235,11 @@ if (!defined('SYSTEM_SORT_MINUTES')) define ('SYSTEM_SORT_MINUTES',5);
*/
if (!defined('ALLOW_PAGE_REFRESH')) define ('ALLOW_PAGE_REFRESH',true);
/**
* Allow operator to select respondent from list or add respondents
*/
if (!defined('ALLOW_RESPONDENT_SELECTOR')) define ('ALLOW_RESPONDENT_SELECTOR',true);
/**
* Database configuration for queXS
*/