mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 04:55:13 +00:00
Update the rest of the PHP functions to use camelCase
This commit is contained in:
@@ -30,9 +30,9 @@ $asset_make = escapeHtml($row['asset_make']);
|
||||
$asset_model = escapeHtml($row['asset_model']);
|
||||
$asset_serial = escapeHtml($row['asset_serial']);
|
||||
$asset_os = escapeHtml($row['asset_os']);
|
||||
$asset_uri = sanitize_url($row['asset_uri']);
|
||||
$asset_uri_2 = sanitize_url($row['asset_uri_2']);
|
||||
$asset_uri_client = sanitize_url($row['asset_uri_client']);
|
||||
$asset_uri = escapeUrl($row['asset_uri']);
|
||||
$asset_uri_2 = escapeUrl($row['asset_uri_2']);
|
||||
$asset_uri_client = escapeUrl($row['asset_uri_client']);
|
||||
$asset_status = escapeHtml($row['asset_status']);
|
||||
$asset_purchase_reference = escapeHtml($row['asset_purchase_reference']);
|
||||
$asset_purchase_date = escapeHtml($row['asset_purchase_date']);
|
||||
|
||||
Reference in New Issue
Block a user