Changeset 887 for trunk/Modules/FinanceBankAPI/ImportPS.php
- Timestamp:
- Nov 20, 2020, 12:08:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/ImportPS.php
r873 r887 11 11 function ImportTxt($Content) 12 12 { 13 $Finance = &$this->System->Modules['Finance'];14 $Data = explode("\n", $Content);15 13 } 16 14 17 15 function ImportCVS($Content) 18 16 { 19 $Finance = &$this->System->Modules['Finance'];20 21 17 $Data = explode("\n", $Content); 22 18 foreach ($Data as $Key => $Value)
Note:
See TracChangeset
for help on using the changeset viewer.