From 3d78b1bf7e65e0ad6ac21fdca6f642e933b8d0c0 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 16 Jan 2022 17:01:49 +0000 Subject: [PATCH] Comment undefined variable --- quotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotes.php b/quotes.php index 94012fcc..ee92c51a 100644 --- a/quotes.php +++ b/quotes.php @@ -181,7 +181,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $quote_created_at = $row['quote_created_at']; $client_id = $row['client_id']; $client_name = htmlentities($row['client_name']); - $client_email = $row['client_email']; + //$client_email = $row['client_email']; - Commented Jan 2022 - clients database does not include email column $client_currency_code = $row['client_currency_code']; $category_id = $row['category_id']; $category_name = $row['category_name'];