mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
typo
This commit is contained in:
@@ -70,7 +70,7 @@ class ExportHelper
|
||||
return $bHasFormulaCandidate;
|
||||
}
|
||||
|
||||
// Additionally, check if the first three character could be a formula character url encodeded
|
||||
// Additionally, check if the first three character could be a formula character url encoded
|
||||
$sFirstThreeChars = mb_strtoupper(mb_substr($sValue, 0, 3));
|
||||
|
||||
$aUrlEncodedFormulaCharacters = array_map('urlencode', static::EXCEL_FORMULA_CHARACTERS);
|
||||
|
||||
Reference in New Issue
Block a user