From 7ffc9fa60ec139c521fd9f2c62343cba421bb7aa Mon Sep 17 00:00:00 2001 From: crt Date: Fri, 9 Sep 2022 15:44:19 +0200 Subject: [PATCH] Inspected extension creation --- app/extensions/extension_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 0a61530..12396df 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -72,7 +72,7 @@ } } -//get the http values and set them as php variables +//get the http values and set them as php variables if (count($_POST) > 0) { //get the values from the HTTP POST and save them as PHP variables @@ -818,7 +818,7 @@ } } -//pre-populate the form +//pre-populate the form Hmmm this seems like something I will need if (count($_GET) > 0 && $_POST["persistformvar"] != "true") { $extension_uuid = $_GET["id"]; $sql = "select * from v_extensions ";