mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 04:55:13 +00:00
Update skipped function renames in anything named vendor
This commit is contained in:
@@ -32,7 +32,7 @@ ob_start();
|
||||
$sql_vendor_templates = mysqli_query($mysqli, "SELECT * FROM vendor_templates WHERE vendor_template_archived_at IS NULL ORDER BY vendor_template_name ASC");
|
||||
while ($row = mysqli_fetch_assoc($sql_vendor_templates)) {
|
||||
$vendor_template_id = intval($row['vendor_template_id']);
|
||||
$vendor_template_name = nullable_htmlentities($row['vendor_template_name']);
|
||||
$vendor_template_name = escapeHtml($row['vendor_template_name']);
|
||||
|
||||
?>
|
||||
<option value="<?= $vendor_template_id ?>"><?= $vendor_template_name ?></option>
|
||||
|
||||
Reference in New Issue
Block a user