[Vtigercrm-developers] [PATCH 4.2.3] Import CSV files from pre-OSX MacOS
Mike Fedyk
mfedyk at mikefedyk.com
Sun Feb 19 02:19:17 PST 2006
Committed.
Mike Fedyk wrote:
>diff -dr -u vtiger-4.2.3-production/modules/Import/parse_utils.php
>vtiger-4.2.3-dbtest/modules/Import/parse_utils.php
>--- vtiger-4.2.3-production/modules/Import/parse_utils.php 2006-01-13
>20:46:29.000000000 -0800
>+++ vtiger-4.2.3-dbtest/modules/Import/parse_utils.php 2006-02-11
>10:38:17.000000000 -0800
>@@ -20,6 +20,7 @@
>
> function parse_import($file_name,$delimiter,$max_lines,$has_header)
> {
>+ ini_set('auto_detect_line_endings',1);
> $line_count = 0;
>
> $field_count = 0;
>
>_______________________________________________
>This vtiger.com email is sponsored by: Zoho Writer. Are you still using your desktop word processor for typing documents? Try the AJAX enabled, collaboration-friendly online word processor, Zoho Writer for FREE instead!
>http://zohowriter.com/?vt
>
>
>
More information about the vtigercrm-developers
mailing list