From fdf45783f5c8c01613915ea10ac8458ed50c027f Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 30 Jul 2018 20:49:38 +0000 Subject: Finished rejig of interface to a single record. --- www/edit.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/edit.php') diff --git a/www/edit.php b/www/edit.php index 890d042..226e142 100644 --- a/www/edit.php +++ b/www/edit.php @@ -46,6 +46,8 @@ try $cmd->execute(); $result["status"] = true; + $result["group"] = $group; + $result["id"] = $id; $db = null; } -- cgit v1.2.3