diff --git a/user/index.php b/user/index.php index 23db93bde0b..32c74e3f1d4 100644 --- a/user/index.php +++ b/user/index.php @@ -134,7 +134,7 @@ } echo ''; - if (($CFG->longtimenosee < 500) and (!$page) and ($sort == "lastaccess")) { + if (($CFG->longtimenosee > 0) and ($CFG->longtimenosee < 1000) and (!$page) and ($sort == "lastaccess")) { echo '

('.get_string('unusedaccounts', '', $CFG->longtimenosee).')

'; }