Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
273a043bf0
|
|
@ -2761,7 +2761,7 @@ class PHPExcel_Calculation {
|
|||
$opCharacter = $formula[$index]; // Get the first character of the value at the current index position
|
||||
//echo 'Initial character of expression block is '.$opCharacter,PHP_EOL;
|
||||
if ((isset(self::$_comparisonOperators[$opCharacter])) && (strlen($formula) > $index) && (isset(self::$_comparisonOperators[$formula[$index+1]]))) {
|
||||
$opCharacter .= $formula{++$index};
|
||||
$opCharacter .= $formula[++$index];
|
||||
//echo 'Initial character of expression block is comparison operator '.$opCharacter.PHP_EOL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user