From 77879656e12b1e725790a0aacb1cb2d0ccee82fc Mon Sep 17 00:00:00 2001 From: Retrofoxxo <144725203+retrofoxxo@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:09:16 +0000 Subject: [PATCH] Fix sorting for vines --- timeline/graph.php | 2 +- timeline/user.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/timeline/graph.php b/timeline/graph.php index 08c30c3..62e8c4b 100644 --- a/timeline/graph.php +++ b/timeline/graph.php @@ -18,7 +18,7 @@ header('Content-Type: application/json'); ?> query($sql); if ($result->num_rows > 0) { diff --git a/timeline/user.php b/timeline/user.php index 3092d95..3a33210 100644 --- a/timeline/user.php +++ b/timeline/user.php @@ -52,7 +52,7 @@ header('Content-Type: application/json'); query($sql); if ($result->num_rows > 0) {