Backend Service
This commit is contained in:
@@ -198,8 +198,8 @@ function processOutJson($in, $out) {
|
||||
"description" => $out["description_${key}"],
|
||||
"reminder" => $out["reminder_${key}"],
|
||||
"start_date" => $out["start_date_${key}"],
|
||||
"end_date" => $out["end_date_${key}"]
|
||||
|
||||
"end_date" => $out["end_date_${key}"],
|
||||
"reminder_text" => $out["reminder_text_${key}"]
|
||||
);
|
||||
} // "request_id"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user