mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
Convert to 4 spaces; General tidy
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
?>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user