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:
@@ -270,7 +270,7 @@ function import_file($file, $description, $fields, $firstrow = 2)
|
||||
|
||||
//first find the timezone
|
||||
|
||||
$tzone = DEFAULT_TIME_ZONE; //set this to default
|
||||
$tzone = get_setting("DEFAULT_TIME_ZONE"); //set this to default
|
||||
|
||||
/**
|
||||
* Determine time zone from all possible sources in sample_var_type table
|
||||
|
||||
Reference in New Issue
Block a user