mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Remove restriction on timezones
This commit is contained in:
@@ -95,8 +95,7 @@ $dtz = get_setting("DEFAULT_TIME_ZONE");
|
|||||||
|
|
||||||
$sql = "SELECT name as value, name as description,
|
$sql = "SELECT name as value, name as description,
|
||||||
CASE WHEN name LIKE '$dtz' THEN 'selected=\'selected\'' ELSE '' END AS selected
|
CASE WHEN name LIKE '$dtz' THEN 'selected=\'selected\'' ELSE '' END AS selected
|
||||||
FROM mysql.time_zone_name
|
FROM mysql.time_zone_name";
|
||||||
WHERE `Name` LIKE 'Europe%' OR `Name` LIKE 'Asia%' ";
|
|
||||||
|
|
||||||
$tzl = $db->GetAll($sql);
|
$tzl = $db->GetAll($sql);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user