-
Recurring |
0) { ?>
diff --git a/client_recurring_invoices.php b/client_recurring_invoices.php
index 39378f43..3bcc9aec 100644
--- a/client_recurring_invoices.php
+++ b/client_recurring_invoices.php
@@ -54,7 +54,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
diff --git a/client_recurring_tickets.php b/client_recurring_tickets.php
index 3fe0275c..c80b814b 100644
--- a/client_recurring_tickets.php
+++ b/client_recurring_tickets.php
@@ -26,7 +26,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
diff --git a/inc_all_client.php b/inc_all_client.php
index 4cedc40e..ca04b154 100644
--- a/inc_all_client.php
+++ b/inc_all_client.php
@@ -114,7 +114,7 @@ if (isset($_GET['client_id'])) {
$recurring_monthly = $recurring_monthly_total + $recurring_yearly_total;
- //Badge Counts
+ // Badge Counts
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('contact_id') AS num FROM contacts WHERE contact_archived_at IS NULL AND contact_client_id = $client_id"));
$num_contacts = $row['num'];
diff --git a/recurring_tickets.php b/recurring_tickets.php
index f0204ad4..657014c8 100644
--- a/recurring_tickets.php
+++ b/recurring_tickets.php
@@ -25,7 +25,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));