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/Finance/Import.php

    r912 r929  
    3737    {
    3838      $Value = str_replace('\"', '"', $Value);
    39       $Data[$Key] = str_getcsv($Value, ',', '"', "\\");
    40       //print_r($Data[$Key]);
     39      $Data[$Key] = str_getcsv($Value, ',', '"', "\\");     
    4140      foreach ($Data[$Key] as $Key2 => $Value2)
    4241      {
     
    5958      11 => '',
    6059    );
    61     //print_r($Header);
    62     //print_r($Data[0]);
    63     //print_r($_POST['Source']);
    64     //print_r($Data);
    65 
     60   
    6661    if ($Header != $Data[0]) {
    6762      $Output = 'NekompatibilnĂ­ struktura CSV';
Note: See TracChangeset for help on using the changeset viewer.