diff options
Diffstat (limited to 'www/add.php')
-rw-r--r-- | www/add.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |