family list
This commit is contained in:
@@ -381,7 +381,7 @@ class ResultFormatter extends Model
|
||||
$total = $out["total_record"];
|
||||
$res = array(
|
||||
"status" => $out["status"],
|
||||
"total_record" => ($total - 1),
|
||||
"total_record" => ($total),
|
||||
"internal_return" => $out["internal_return"],
|
||||
"result_list" => array(),
|
||||
);
|
||||
@@ -392,6 +392,8 @@ class ResultFormatter extends Model
|
||||
"firstname" => $out["firstname_${key}"],
|
||||
"lastname" => $out["lastname_${key}"],
|
||||
"age" => $out["age_${key}"],
|
||||
"year" => $out["year_${key}"],
|
||||
"month" => $out["month_${key}"],
|
||||
"last_login" => $out["last_login_${key}"],
|
||||
"task_count" => $out["task_count_${key}"],
|
||||
"pending_task_count" => $out["task_count_${key}"],
|
||||
|
||||
Reference in New Issue
Block a user