Ignore:
Timestamp:
May 11, 2022, 12:14:42 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed commended out print_r and echo commands used only for debugging.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/ImportPS.php

    r887 r929  
    2020      $Value = str_replace('\"', '"', $Value);
    2121      $Data[$Key] = str_getcsv($Value, ',', '"', "\\");
    22       //print_r($Data[$Key]);
     22     
    2323      foreach ($Data[$Key] as $Key2 => $Value2)
    2424      {
Note: See TracChangeset for help on using the changeset viewer.