mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed timezone assignment in AU database by phone number prefix
This commit is contained in:
@@ -264,7 +264,7 @@ function import_file($file, $description, $fields, $firstrow = 2)
|
||||
if (!empty($tname))
|
||||
{
|
||||
|
||||
$value = $db->Quote($data[$key - 1]);
|
||||
$value = $db->Quote(only_numbers($data[$key - 1]));
|
||||
|
||||
$sql = "SELECT Time_zone_name as tz
|
||||
FROM `$tname`
|
||||
|
||||
Reference in New Issue
Block a user