# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/admin/user/user_bulk_download.php
--- moodle/admin/user/user_bulk_download.php Base (1.1.2.2)
+++ moodle/admin/user/user_bulk_download.php Locally Modified (Based On 1.1.2.2)
@@ -39,7 +39,7 @@
 
     if ($extrafields = 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;
         }
     }
 
