Changeset 929 for trunk/Modules/Finance/Import.php
- Timestamp:
- May 11, 2022, 12:14:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Import.php
r912 r929 37 37 { 38 38 $Value = str_replace('\"', '"', $Value); 39 $Data[$Key] = str_getcsv($Value, ',', '"', "\\"); 40 //print_r($Data[$Key]); 39 $Data[$Key] = str_getcsv($Value, ',', '"', "\\"); 41 40 foreach ($Data[$Key] as $Key2 => $Value2) 42 41 { … … 59 58 11 => '', 60 59 ); 61 //print_r($Header); 62 //print_r($Data[0]); 63 //print_r($_POST['Source']); 64 //print_r($Data); 65 60 66 61 if ($Header != $Data[0]) { 67 62 $Output = 'NekompatibilnĂ struktura CSV';
Note:
See TracChangeset
for help on using the changeset viewer.