This website works better with JavaScript.
Home
Explore
Help
Sign In
raynald
/
oeuvre_orient
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
change md5 without Solde column
master
root
2 years ago
parent
a35a089807
commit
d2c6da68f0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save