mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Replace DEFAULT_TIME_ZONE in config file with administrative configuration
This commit is contained in:
@@ -232,7 +232,7 @@ function display_respondent_form($respondent_id = false,$case_id = false)
|
||||
/**
|
||||
* Use the default time zone if none other to work with
|
||||
*/
|
||||
$rzone = DEFAULT_TIME_ZONE;
|
||||
$rzone = get_setting("DEFAULT_TIME_ZONE");
|
||||
$fn = "";
|
||||
$ln = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user