Browse Source

change md5 without Solde column

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

+ 3
- 0
action.php View File

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


Loading…
Cancel
Save