|
@@ 5206-5211 (lines=6) @@
|
| 5203 |
|
} |
| 5204 |
|
|
| 5205 |
|
//Fix to remove the data of the user with my data |
| 5206 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5207 |
|
if (!empty($my_final_array[$i])) { |
| 5208 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5209 |
|
$final_array[$i] = 0; |
| 5210 |
|
} |
| 5211 |
|
} |
| 5212 |
|
|
| 5213 |
|
// Dataset definition |
| 5214 |
|
$dataSet = new pData(); |
|
@@ 5379-5384 (lines=6) @@
|
| 5376 |
|
|
| 5377 |
|
//Fix to remove the data of the user with my data |
| 5378 |
|
|
| 5379 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5380 |
|
if (!empty($my_final_array[$i])) { |
| 5381 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5382 |
|
$final_array[$i] = 0; |
| 5383 |
|
} |
| 5384 |
|
} |
| 5385 |
|
|
| 5386 |
|
// Dataset definition |
| 5387 |
|
$dataSet = new pData(); |