|
@@ 5116-5121 (lines=6) @@
|
| 5113 |
|
} |
| 5114 |
|
|
| 5115 |
|
//Fix to remove the data of the user with my data |
| 5116 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5117 |
|
if (!empty($my_final_array[$i])) { |
| 5118 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5119 |
|
$final_array[$i] = 0; |
| 5120 |
|
} |
| 5121 |
|
} |
| 5122 |
|
|
| 5123 |
|
// Dataset definition |
| 5124 |
|
$dataSet = new pData(); |
|
@@ 5289-5294 (lines=6) @@
|
| 5286 |
|
|
| 5287 |
|
//Fix to remove the data of the user with my data |
| 5288 |
|
|
| 5289 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5290 |
|
if (!empty($my_final_array[$i])) { |
| 5291 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5292 |
|
$final_array[$i] = 0; |
| 5293 |
|
} |
| 5294 |
|
} |
| 5295 |
|
|
| 5296 |
|
// Dataset definition |
| 5297 |
|
$dataSet = new pData(); |