зеркало из https://github.com/mozilla/gecko-dev.git
Checked in attachment 165913 for bug 173562:
Need to import Outlook CSV exported data
This commit is contained in:
Родитель
9ce67ec6b5
Коммит
2fc635f7e4
|
@ -887,7 +887,7 @@ function parseOutlookTextField(args, textIndexName, eventFields)
|
|||
{
|
||||
var textString = (textIndexName in args? eventFields[args[textIndexName]] : "");
|
||||
if (textString)
|
||||
return textString.replace("\"\"", "\"");
|
||||
return textString.replace(/""/g, "\"");
|
||||
else
|
||||
return textString; // null or empty
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче