mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix typo in Excel date processing
This commit is contained in:
parent
4f669300a4
commit
1624c37dc7
@ -1012,7 +1012,7 @@ abstract class bo_merge
|
||||
break;
|
||||
case 'application/xmlExcel.Sheet': // Excel 2003
|
||||
$format = '/'.preg_quote('<Data ss:Type="String">','/').'..('.implode('|',$names).')..'.preg_quote('</Data>','/').'/';
|
||||
$replacement = '<Data ss:Type="Number">\$\$$1\$\$</Data>';
|
||||
$replacement = '<Data ss:Type="DateTime">\$\$$1\$\$</Data>';
|
||||
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user