From 75af9efa70fecf5dd0679de05082736da121079e Mon Sep 17 00:00:00 2001 From: Leonid Tsarev Date: Tue, 2 Apr 2024 18:55:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20lastvisit=20=D0=B4=D0=BB=D1=8F=20=D0=BB=D1=8E?= =?UTF-8?q?=D0=B4=D0=B5=D0=B9=20=D0=B1=D0=B5=D0=B7=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BE=D0=BA=20=D0=B7=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB?= =?UTF-8?q?=D0=B5=D0=B4=D0=BD=D0=B8=D0=B9=20=D0=B3=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public_html/edit/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public_html/edit/index.php b/public_html/edit/index.php index 6b9b4cb..4ab7c01 100644 --- a/public_html/edit/index.php +++ b/public_html/edit/index.php @@ -68,6 +68,9 @@ function show_count_link($link, $text, $count) { if (array_key_exists('privs', $user_row)) { + $username = $user_row['username']; + $user_data[$username]['user_id'] = $user_row['user_id']; + $user_data[$username]['lastvisit'] = $user_row['lastvisit']; $user_data[$user_row['username']]['privs'] = $user_row['privs']; } }