MDL-16929: fix bulk user download function. (the shortname column title is now profile_field_"shortname"), merged from 19

This commit is contained in:
jerome
2008-10-22 01:33:37 +00:00
parent 14cb94ebfe
commit 69574ad1f4
+1 -1
View File
@@ -39,7 +39,7 @@ if ($format) {
if ($extrafields = $DB->get_records_select('user_info_field')) {
foreach ($extrafields as $n=>$v){
$fields['profile_field_'.$v->shortname] = 'profile_field_'.$v->name;
$fields['profile_field_'.$v->shortname] = 'profile_field_'.$v->shortname;
}
}