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) {