Browse Source

import sans 3 cols

master
root 2 years ago
parent
commit
9aedc67fbb
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      action.php

+ 3
- 1
action.php View File

@ -70,8 +70,10 @@ if ($action=='load')
$i=0;
while (($getData = fgetcsv($csvFile, 10000, ";")) !== FALSE)
{
//pour le md5 on ne tient pas compte du Solde
//pour le md5 on ne tient pas compte du Solde et le sens
unset($getData[9]);
unset($getData[9]);
unset($getData[10]);
$checkmd5=hash('md5',serialize($getData));


Loading…
Cancel
Save