count error
This commit is contained in:
@@ -101,7 +101,7 @@ class ResultFormatter extends Model
|
||||
"internal_return" => $out["internal_return"],
|
||||
"result_list" => array(),
|
||||
);
|
||||
for ($i = 0; $i < $total-1; $i++) {
|
||||
for ($i = 0; $i < $total; $i++) {
|
||||
$key = sprintf("%05d", $i);
|
||||
// $pref_id = $out["pref_id_${key}"];
|
||||
// $pref_value_key = "VALUE_".$pref_id;
|
||||
|
||||
Reference in New Issue
Block a user