Commit 175715a4739e8a33cbd939d847eed9d3d24e24be
Minor change on how do we call fgetcsv
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-02 17:53
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-02 17:53
Parent(s): 780b0e99bf591c5081eed9ca9cbe2623d3cab22c
Signing key:
Tree: 88ec2bfef3e489f6fb99659a5c1d59fa1b6900d5
File misc/compare.php changed (mode: 100644) (index 91d5b72..4c102b3) |
... |
... |
fwrite($out, '<div>' |
110 |
110 |
fwrite($out, '<table class="compare">' . "\n"); |
fwrite($out, '<table class="compare">' . "\n"); |
111 |
111 |
|
|
112 |
112 |
$lineno = 1; |
$lineno = 1; |
113 |
|
while (($line = fgetcsv($h, 4000, ',')) !== FALSE) { |
|
|
113 |
|
while (($line = fgetcsv($h)) !== FALSE) { |
114 |
114 |
if ($lineno == 1) { |
if ($lineno == 1) { |
115 |
115 |
// First line |
// First line |
116 |
116 |
$td = 'th'; |
$td = 'th'; |