summaryrefslogtreecommitdiff
path: root/www/edit.php
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-07-30 20:49:38 +0000
committerIan C <ianc@noddybox.co.uk>2018-07-30 20:49:38 +0000
commitfdf45783f5c8c01613915ea10ac8458ed50c027f (patch)
tree501a35df10aebaed7e160f01d79deb779578ec76 /www/edit.php
parent1742a245acd15db2d017b5f443a316fc624d8868 (diff)
Finished rejig of interface to a single record.
Diffstat (limited to 'www/edit.php')
-rw-r--r--www/edit.php2
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;
}