mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
New message about users being automatically unenrolled
This commit is contained in:
parent
7f1717c61e
commit
9ae472a374
2 changed files with 7 additions and 0 deletions
|
@ -130,6 +130,12 @@
|
|||
"<FONT SIZE=2>$lastaccess</FONT>");
|
||||
}
|
||||
print_table($table);
|
||||
|
||||
}
|
||||
if ($CFG->longtimenosee < 500) {
|
||||
echo "<CENTER><P><FONT SIZE=1>(";
|
||||
print_string("unusedaccounts","",$CFG->longtimenosee);
|
||||
echo ")</FONT></P></CENTER>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue