]> git.mjollnir.org Git - moodle.git/commitdiff
Another small typo, == instead of =. :-D
authorstronk7 <stronk7>
Fri, 31 Oct 2003 14:24:44 +0000 (14:24 +0000)
committerstronk7 <stronk7>
Fri, 31 Oct 2003 14:24:44 +0000 (14:24 +0000)
user/index.php

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