From 90de4e4fe3c219f8740bed53301b2341179c838c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 17 Apr 2026 12:15:56 -0400 Subject: [PATCH] Client: Fix Client Abbreviation being converted to an int on edit --- agent/post/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/post/client.php b/agent/post/client.php index 90ec6ef5..119b4496 100644 --- a/agent/post/client.php +++ b/agent/post/client.php @@ -280,7 +280,7 @@ if (isset($_POST['edit_client'])) { ); mysqli_stmt_bind_param( $query, - "ssssdisiisi", + "ssssdisissi", $name, $type, $website,