Convert to 4 spaces; General tidy

This commit is contained in:
Marcus Hill
2023-02-02 16:10:27 +00:00
parent db75c4daee
commit 5ee2a4cd08
2 changed files with 233 additions and 235 deletions

View File

@@ -1,4 +1,4 @@
<?php include("inc_all_client.php"); <?php require_once("inc_all_client.php");
$sql_contacts = mysqli_query($mysqli, "SELECT * FROM contacts WHERE contact_client_id = $client_id AND contact_archived_at IS NULL AND contacts.company_id = $session_company_id ORDER BY contact_updated_at, contact_created_at DESC LIMIT 5"); $sql_contacts = mysqli_query($mysqli, "SELECT * FROM contacts WHERE contact_client_id = $client_id AND contact_archived_at IS NULL AND contacts.company_id = $session_company_id ORDER BY contact_updated_at, contact_created_at DESC LIMIT 5");
@@ -276,6 +276,4 @@ $sql_domains_expiring = mysqli_query($mysqli, "SELECT * FROM domains
<?php <?php
include("footer.php"); require_once("footer.php");
?>