Changeset 884 for trunk/Modules/FinanceBankAPI/ImportFio.php
- Timestamp:
- Sep 8, 2020, 5:26:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/ImportFio.php
r874 r884 27 27 if ($DbResult->num_rows == 0) 28 28 { 29 $Record['Value'] = str_replace(",", ".", $Record['Value']); 29 30 $Output .= '<tr>'; 30 31 $this->Database->insert('FinanceBankImport', array('Time' => TimeToMysqlDate($Record['Date']),
Note:
See TracChangeset
for help on using the changeset viewer.