diff options
-rw-r--r-- | modules/locale.module | 2 | ||||
-rw-r--r-- | modules/locale/locale.module | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/modules/locale.module b/modules/locale.module index d25363dfb..1814b8363 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -339,8 +339,6 @@ function locale($string) { global $locale; static $locale_t; - return ($string); // Need to patch this for a while. - if (!isset($locale_t)) { $cache = cache_get("locale:$locale"); diff --git a/modules/locale/locale.module b/modules/locale/locale.module index d25363dfb..1814b8363 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -339,8 +339,6 @@ function locale($string) { global $locale; static $locale_t; - return ($string); // Need to patch this for a while. - if (!isset($locale_t)) { $cache = cache_get("locale:$locale"); |