summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-02-18 16:20:59 -0800
committerBharat Mediratta <bharat@menalto.com>2010-02-18 16:20:59 -0800
commit7d98d4b7b9d16f32ed98c8eeb051be4149468dc6 (patch)
tree3f78cf189e0f27b6052b46bd710552eae8f42b90 /modules/gallery/helpers
parent99c131e845b5bbfa22b93fa783b5ce671bc27e40 (diff)
Revert "Fix for ticket #491: Make user and group names translatable."
This reverts commit 409121942590e12692eaf4e6e9e8b71bfe5ed60c.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_event.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index 3f77bc42..faf1c0c6 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -423,9 +423,6 @@ class gallery_event_Core {
if ($field == "locale") {
$value = locales::display_name($value);
}
- if ($field == "full_name") {
- $value = t($value);
- }
$v->user_profile_data[(string) $label] = $value;
}
}