diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-07-30 20:49:38 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-07-30 20:49:38 +0000 |
commit | fdf45783f5c8c01613915ea10ac8458ed50c027f (patch) | |
tree | 501a35df10aebaed7e160f01d79deb779578ec76 /www/edit.php | |
parent | 1742a245acd15db2d017b5f443a316fc624d8868 (diff) |
Finished rejig of interface to a single record.
Diffstat (limited to 'www/edit.php')
-rw-r--r-- | www/edit.php | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |