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'];