]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo preventing users to be sorted. :-)
authorstronk7 <stronk7>
Fri, 31 Oct 2003 14:22:37 +0000 (14:22 +0000)
committerstronk7 <stronk7>
Fri, 31 Oct 2003 14:22:37 +0000 (14:22 +0000)
user/index.php

index 970e9ccdbb4d5027494d680a2efb111f0d723d10..c6031591e3e56a368306b14bb7f2c250301628ca 100644 (file)
@@ -72,7 +72,7 @@
         }
     }
 
-    if ($sort = lastaccess) {
+    if ($sort = "lastaccess") {
         $dsort = "s.timeaccess";
     } else {
         $dsort = "u.$sort";