Replace the rest of the getFallBack Functions with simple ?: '-'

This commit is contained in:
johnnyq
2026-07-14 19:17:26 -04:00
parent bcb244c245
commit c3a438ee59
4 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ $sql_vendor_expenses = mysqli_query($mysqli, "
<?php
while ($row = mysqli_fetch_assoc($sql_vendor_expenses)) {
$vendor_id = intval($row['vendor_id']);
$vendor_name = nullable_htmlentities($row['vendor_name']);
$vendor_name = escapeHtml($row['vendor_name']);
$amount_paid = floatval($row['amount_paid']); ?>
<tr>