From 40c9e047e01c30d6d8ef5bf286847c1810a96e54 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 31 Oct 2003 14:24:44 +0000 Subject: [PATCH] Another small typo, == instead of =. :-D --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/index.php b/user/index.php index c6031591e3..d4d2750f1d 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