@@ 5208-5213 (lines=6) @@ | ||
5205 | } |
|
5206 | ||
5207 | //Fix to remove the data of the user with my data |
|
5208 | for($i = 0; $i<=count($my_final_array); $i++) { |
|
5209 | if (!empty($my_final_array[$i])) { |
|
5210 | $my_final_array[$i] = $final_array[$i] + 1; //Add my result |
|
5211 | $final_array[$i] = 0; |
|
5212 | } |
|
5213 | } |
|
5214 | ||
5215 | // Dataset definition |
|
5216 | $dataSet = new pData(); |
|
@@ 5381-5386 (lines=6) @@ | ||
5378 | ||
5379 | //Fix to remove the data of the user with my data |
|
5380 | ||
5381 | for($i = 0; $i<=count($my_final_array); $i++) { |
|
5382 | if (!empty($my_final_array[$i])) { |
|
5383 | $my_final_array[$i] = $final_array[$i] + 1; //Add my result |
|
5384 | $final_array[$i] = 0; |
|
5385 | } |
|
5386 | } |
|
5387 | ||
5388 | // Dataset definition |
|
5389 | $dataSet = new pData(); |