Skip to content

Commit ffd2183

Browse files
committed
Refs #42876, Remove unused code.
1 parent 0d9889f commit ffd2183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/Export/BAO/Export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@ static function writeCSVFromTable($exportTempTable, $headerRows, $sqlColumns, $e
18651865
$fieldValue = explode(self::VALUE_SEPARATOR, $fieldValue);
18661866
$fieldValue = CRM_Utils_Array::implode(self::DISPLAY_SEPARATOR, $fieldValue);
18671867
}
1868-
if(strlen($fieldValue) < 15 && !preg_match('/[eE]/', $fieldValue)){
1868+
if(strlen($fieldValue) < 15){
18691869
$row[$column] = CRM_Utils_String::toNumber($fieldValue);
18701870
}
18711871
else{

0 commit comments

Comments
 (0)