An error happened.
\n";
}
}
$product_list = "";
foreach (get_users_products_array() as $row) {
$product_list = $product_list . ""
. htmlspecialchars($row["name"])
. " | "
. htmlspecialchars($row["description"])
. " | "
. htmlspecialchars($row["added_date"])
. " | "
. htmlspecialchars($row["expiration_date"] !== NULL ? $row["expiration_date"] : "-")
. " | "
. htmlspecialchars($row["cupboard_name"] !== NULL ? $row["cupboard_name"] : "-")
. " | "
. ""
. " |