From 1742a245acd15db2d017b5f443a316fc624d8868 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 30 Jul 2018 14:42:00 +0000 Subject: Changed to a single record display to remove the hideous problem with the page jumping. --- www/add.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/add.php') diff --git a/www/add.php b/www/add.php index 2ecff7b..8525781 100644 --- a/www/add.php +++ b/www/add.php @@ -45,6 +45,7 @@ try $id = $db->lastInsertId(); $result["id"] = $id; + $result["group"] = $group; $update = $db->prepare("UPDATE pm_store SET display = :id WHERE id = :id"); $update->bindParam(":id", $id); -- cgit v1.2.3