From: stronk7 Date: Fri, 31 Oct 2003 14:24:44 +0000 (+0000) Subject: Another small typo, == instead of =. :-D X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=40c9e047e01c30d6d8ef5bf286847c1810a96e54;p=moodle.git Another small typo, == instead of =. :-D --- 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";