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

Legend:

Unmodified
Added
Removed
  • trunk/temp/FioCVSToSQL.php

    r572 r738  
    2121  $Value = str_replace(' ', '', $Value);
    2222  $Text = $Line[9];
    23   if($Value > 0) 
     23  if($Value > 0)
    2424  {
    2525    $BillCode = 'BV'.$BVId.'/2013';
     
    3131  }
    3232  if($Subject == '0094579415') $Subject = 72;
    33  
     33
    3434  $Output .= "INSERT INTO `FinanceOperation` (`Id`, `Time`, `Subject`, `Cash`, `Value`, `BillCode`, `Taxable`, `File`, `Text`, `Network`, `BankAccount`, `Treasury`) VALUES
    3535(NULL, '".TimeToMySQLDateTime($Date)."', ".$Subject.", 0, '".$Value."', '".$BillCode."', 1, NULL, '".$Text."', 1, 2, NULL);\n";
Note: See TracChangeset for help on using the changeset viewer.