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" );