mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-73047 reportbuilder: add 'timecreated' to user reports
This commit is contained in:
parent
1a744030d6
commit
55f08ad6eb
1 changed files with 2 additions and 0 deletions
|
@ -335,6 +335,7 @@ class user extends base {
|
|||
'confirmed' => new lang_string('confirmed', 'admin'),
|
||||
'username' => new lang_string('username'),
|
||||
'moodlenetprofile' => new lang_string('moodlenetprofile', 'user'),
|
||||
'timecreated' => new lang_string('timecreated', 'core_reportbuilder'),
|
||||
];
|
||||
}
|
||||
|
||||
|
@ -351,6 +352,7 @@ class user extends base {
|
|||
$fieldtype = column::TYPE_BOOLEAN;
|
||||
break;
|
||||
case 'lastaccess':
|
||||
case 'timecreated':
|
||||
$fieldtype = column::TYPE_TIMESTAMP;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue