diff --git a/client.php b/client.php index 44e73a16..2b38c3f6 100644 --- a/client.php +++ b/client.php @@ -222,7 +222,7 @@ $location_phone = formatPhoneNumber($location_phone); } ?> - 3){ ?> + 2){ ?>

Billing

Paid
diff --git a/client_side_nav.php b/client_side_nav.php index 1ce0bf6a..eaa9446f 100644 --- a/client_side_nav.php +++ b/client_side_nav.php @@ -206,7 +206,7 @@ - 3){ ?> + 2){ ?> diff --git a/side_nav.php b/side_nav.php index 8e7cf8be..80b9cd84 100644 --- a/side_nav.php +++ b/side_nav.php @@ -93,7 +93,7 @@ - 3){ ?> + 2){ ?> diff --git a/user_edit_modal.php b/user_edit_modal.php index 00aa0202..a15df457 100644 --- a/user_edit_modal.php +++ b/user_edit_modal.php @@ -88,8 +88,8 @@
diff --git a/users.php b/users.php index fb7527ed..344f1f67 100644 --- a/users.php +++ b/users.php @@ -101,13 +101,6 @@ } $user_company_access = implode(',',$user_company_access_array); - $user_client_access_sql = mysqli_query($mysqli,"SELECT client_id FROM user_clients WHERE user_id = $user_id"); - $user_client_access_array = array(); - while($row = mysqli_fetch_array($user_client_access_sql)){ - $user_client_access_array[] = $row['client_id']; - } - $user_client_access = implode(',',$user_client_access_array); - $user_initials = initials($user_name); $sql_last_login = mysqli_query($mysqli,"SELECT * FROM logs