mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
Replace the remaining php files with nullable_htmlentites()
This commit is contained in:
@@ -62,7 +62,7 @@ $sql_payment_years = mysqli_query($mysqli, "SELECT DISTINCT YEAR(payment_date) A
|
||||
<?php
|
||||
while ($row = mysqli_fetch_array($sql_clients)) {
|
||||
$client_id = intval($row['client_id']);
|
||||
$client_name = htmlentities($row['client_name']);
|
||||
$client_name = nullable_htmlentities($row['client_name']);
|
||||
$amount_paid = floatval($row['amount_paid']);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user