|
@@ 5248-5253 (lines=6) @@
|
| 5245 |
|
} |
| 5246 |
|
|
| 5247 |
|
//Fix to remove the data of the user with my data |
| 5248 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5249 |
|
if (!empty($my_final_array[$i])) { |
| 5250 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5251 |
|
$final_array[$i] = 0; |
| 5252 |
|
} |
| 5253 |
|
} |
| 5254 |
|
|
| 5255 |
|
// Dataset definition |
| 5256 |
|
$dataSet = new pData(); |
|
@@ 5421-5426 (lines=6) @@
|
| 5418 |
|
|
| 5419 |
|
//Fix to remove the data of the user with my data |
| 5420 |
|
|
| 5421 |
|
for($i = 0; $i<=count($my_final_array); $i++) { |
| 5422 |
|
if (!empty($my_final_array[$i])) { |
| 5423 |
|
$my_final_array[$i] = $final_array[$i] + 1; //Add my result |
| 5424 |
|
$final_array[$i] = 0; |
| 5425 |
|
} |
| 5426 |
|
} |
| 5427 |
|
|
| 5428 |
|
// Dataset definition |
| 5429 |
|
$dataSet = new pData(); |