|
@@ 5238-5243 (lines=6) @@
|
| 5235 |
|
} |
| 5236 |
|
|
| 5237 |
|
//Fix to remove the data of the user with my data |
| 5238 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5239 |
|
if (!empty($my_final_array[$i])) { |
| 5240 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5241 |
|
$final_array[$i] = 0; |
| 5242 |
|
} |
| 5243 |
|
} |
| 5244 |
|
|
| 5245 |
|
// Dataset definition |
| 5246 |
|
$dataSet = new pData(); |
|
@@ 5411-5416 (lines=6) @@
|
| 5408 |
|
|
| 5409 |
|
//Fix to remove the data of the user with my data |
| 5410 |
|
|
| 5411 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5412 |
|
if (!empty($my_final_array[$i])) { |
| 5413 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5414 |
|
$final_array[$i] = 0; |
| 5415 |
|
} |
| 5416 |
|
} |
| 5417 |
|
|
| 5418 |
|
// Dataset definition |
| 5419 |
|
$dataSet = new pData(); |