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

Token should insert to the default locale

This commit is contained in:
azammitdcarf
2010-02-23 01:21:21 +00:00
parent 94e6114098
commit f9d528c0df

View File

@@ -465,7 +465,7 @@ function get_case_id($operator_id, $create = false)
if ($lime_sid)
{
$sql = "INSERT INTO ".LIME_PREFIX."tokens_$lime_sid (tid,firstname,lastname,email,token,language,sent,completed,mpid)
VALUES (NULL,'','','',$case_id,'en','N','N',NULL)";
VALUES (NULL,'','','',$case_id,'".DEFAULT_LOCALE."','N','N',NULL)";
$db->Execute($sql);
}