From 718c00688213f65cc212a9aea606ced74a920c4d Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Mon, 11 Mar 2019 02:28:31 +0000 Subject: [PATCH] Backend Service --- svrswww/api/users/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svrswww/api/users/index.php b/svrswww/api/users/index.php index 1512ce9..c1726c1 100644 --- a/svrswww/api/users/index.php +++ b/svrswww/api/users/index.php @@ -177,7 +177,7 @@ function processOutJson($in, $out) { $key = sprintf("%05d", $i); $res["result_list"][] = array( "id" => $out["id_${key}"], - "description" => $out["cost_${key}"], + "description" => $out["description_${key}"], "reminder" => $out["reminder_${key}"], "start_date" => $out["start_date_${key}"], "end_date" => $out["end_date_${key}"]