|
@@ 5830-5835 (lines=6) @@
|
| 5827 |
|
} |
| 5828 |
|
|
| 5829 |
|
//Fix to remove the data of the user with my data |
| 5830 |
|
for ($i = 0; $i <= count($my_final_array); $i++) { |
| 5831 |
|
if (!empty($my_final_array[$i])) { |
| 5832 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5833 |
|
$final_array[$i] = 0; |
| 5834 |
|
} |
| 5835 |
|
} |
| 5836 |
|
|
| 5837 |
|
// Dataset definition |
| 5838 |
|
$dataSet = new pData(); |
|
@@ 6016-6021 (lines=6) @@
|
| 6013 |
|
|
| 6014 |
|
//Fix to remove the data of the user with my data |
| 6015 |
|
|
| 6016 |
|
for ($i = 0; $i <= count($my_final_array); $i++) { |
| 6017 |
|
if (!empty($my_final_array[$i])) { |
| 6018 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 6019 |
|
$final_array[$i] = 0; |
| 6020 |
|
} |
| 6021 |
|
} |
| 6022 |
|
|
| 6023 |
|
// Dataset definition |
| 6024 |
|
$dataSet = new pData(); |