Ignore:
Timestamp:
Apr 14, 2015, 10:20:16 PM (10 years ago)
Author:
chronos
Message:
  • Removed: Spaces on end of line.
  • Modified: Tabs converted to spaces.
File:
1 edited

Legend:

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

    r550 r738  
    1414    $Data = explode("\n", $Content);
    1515  }
    16  
     16
    1717  function ImportCVS($Content)
    1818  {
    1919    $Finance = &$this->System->Modules['Finance'];
    20    
     20
    2121    $Data = explode("\n", $Content);
    2222    foreach($Data as $Key => $Value)
     
    4545        11 => '',
    4646    );
    47    
     47
    4848    if($Header != $Data[0]) $Output = 'Nekompatibilní struktura CSV';
    4949    else
     
    7979          $Style = '';
    8080        }
    81    
     81
    8282        if($Money < 0) $Text = 'Platba převodem';
    8383        else $Text = 'Přijatá platba';
     
    102102      $Output .= '<input type="submit" value="Zpracovat"/></form>';
    103103    }
    104   } 
     104  }
    105105}
Note: See TracChangeset for help on using the changeset viewer.