mirror of
https://github.com/itflow-org/itflow
synced 2026-07-24 17:30:43 +00:00
Update skipped function renames in anything named vendor
This commit is contained in:
@@ -291,9 +291,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
} else {
|
||||
$recurring_ticket_billable_display = "-";
|
||||
}
|
||||
$recurring_ticket_category = getFallBack(escapeHtml($row['category_name']));
|
||||
$recurring_ticket_category = escapeHtml($row['category_name']) ?: '-';
|
||||
$recurring_ticket_client_name = escapeHtml($row['client_name']);
|
||||
$assigned_to = getFallBack(escapeHtml($row['user_name']));
|
||||
$assigned_to = escapeHtml($row['user_name']) ?: '-';
|
||||
?>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user