MDL-21845 Fixed missing multilang support

This commit is contained in:
David Mudrak
2010-04-02 09:51:00 +00:00
parent 67b0cc1082
commit 40e708b693
+1 -1
View File
@@ -119,7 +119,7 @@ foreach ($categories as $category) {
if ($fields = get_records_select('user_info_field', "categoryid=$category->id", 'sortorder ASC')) {
foreach ($fields as $field) {
$table->data[] = array($field->name, profile_field_icons($field));
$table->data[] = array(format_string($field->name), profile_field_icons($field));
}
}