More general code cleanup/formatting

This commit is contained in:
Marcus Hill
2023-01-23 21:29:12 +00:00
parent 6892e6f9f1
commit cfa4b1dcb5
9 changed files with 800 additions and 804 deletions

View File

@@ -1,6 +1,4 @@
<?php include("inc_all_client.php"); ?> <?php include("inc_all_client.php");
<?php
//Get Asset Counts //Get Asset Counts
//All Asset Count //All Asset Count

View File

@@ -1,6 +1,4 @@
<?php include("inc_all_client.php"); ?> <?php include("inc_all_client.php");
<?php
if (isset($_GET['contact_id'])) { if (isset($_GET['contact_id'])) {
$contact_id = intval($_GET['contact_id']); $contact_id = intval($_GET['contact_id']);