From: stronk7 Date: Fri, 31 Oct 2003 14:22:37 +0000 (+0000) Subject: Small typo preventing users to be sorted. :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8c844d2d40b8499f09ddca36600241f5341a76cf;p=moodle.git Small typo preventing users to be sorted. :-) --- 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";