From 8c844d2d40b8499f09ddca36600241f5341a76cf Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 31 Oct 2003 14:22:37 +0000 Subject: [PATCH] Small typo preventing users to be sorted. :-) --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/index.php b/user/index.php index 970e9ccdbb..c6031591e3 100644 --- a/user/index.php +++ b/user/index.php @@ -72,7 +72,7 @@ } } - if ($sort = lastaccess) { + if ($sort = "lastaccess") { $dsort = "s.timeaccess"; } else { $dsort = "u.$sort"; -- 2.39.5