Small typo preventing users to be sorted. :-)

This commit is contained in:
stronk7
2003-10-31 14:22:37 +00:00
parent 5eaa2d3468
commit 8c844d2d40
+1 -1
View File
@@ -72,7 +72,7 @@
}
}
if ($sort = lastaccess) {
if ($sort = "lastaccess") {
$dsort = "s.timeaccess";
} else {
$dsort = "u.$sort";