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
2 Commits
9e42e679a7
...
58f5577711
Author
SHA1
Message
Date
root
58f5577711
Merge branch 'master' of
http://10.10.10.101:3000/raynald/oeuvre_orient
2 years ago
root
d2c6da68f0
change md5 without Solde column
2 years ago
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
+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