From 33e92091fbbe3465684927abc19eabfcbba38d5e Mon Sep 17 00:00:00 2001 From: JayJaxHD Date: Mon, 4 Jul 2016 02:55:12 +0200 Subject: [PATCH] Update dashboard.php Changed insert_time with uid since the uid countsup with every new player that joins the server makes the task more easier. --- views/life/dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/life/dashboard.php b/views/life/dashboard.php index d40c1af..46e7591 100644 --- a/views/life/dashboard.php +++ b/views/life/dashboard.php @@ -188,7 +188,7 @@ class="fa fa-arrow-circle-right">
query($sql); while ($row = mysqli_fetch_assoc($result_of_query)) { echo "

" . $row["name"] . "

"; @@ -423,4 +423,4 @@ class="fa fa-arrow-circle-right">