From 7628fc26435f0657c876b0a6d94d2960abbd9bce Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 20 Feb 2025 11:39:01 -0500 Subject: [PATCH] Fixed Shared links not showing in the client overview until a user opens it --- client_overview.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/client_overview.php b/client_overview.php index 22c9fa2c..f816a66d 100644 --- a/client_overview.php +++ b/client_overview.php @@ -48,8 +48,6 @@ $sql_shared_items = mysqli_query( "SELECT * FROM shared_items WHERE item_client_id = $client_id AND item_active = 1 - AND item_views != item_view_limit - AND item_expire_at > NOW() ORDER BY item_created_at ASC LIMIT 5" );