|
@@ 5165-5170 (lines=6) @@
|
| 5162 |
|
} |
| 5163 |
|
|
| 5164 |
|
//Fix to remove the data of the user with my data |
| 5165 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5166 |
|
if (!empty($my_final_array[$i])) { |
| 5167 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5168 |
|
$final_array[$i] = 0; |
| 5169 |
|
} |
| 5170 |
|
} |
| 5171 |
|
|
| 5172 |
|
// Dataset definition |
| 5173 |
|
$dataSet = new pData(); |
|
@@ 5338-5343 (lines=6) @@
|
| 5335 |
|
|
| 5336 |
|
//Fix to remove the data of the user with my data |
| 5337 |
|
|
| 5338 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5339 |
|
if (!empty($my_final_array[$i])) { |
| 5340 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5341 |
|
$final_array[$i] = 0; |
| 5342 |
|
} |
| 5343 |
|
} |
| 5344 |
|
|
| 5345 |
|
// Dataset definition |
| 5346 |
|
$dataSet = new pData(); |