summaryrefslogtreecommitdiff
path: root/modules/locale.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-03 17:17:18 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-03 17:17:18 +0000
commit6b2038d762954dc0957d9d6abe5c01a901782500 (patch)
tree7512197891f6186c763813e4b6740290e0c271d0 /modules/locale.module
parent3803585f3b7c82e9a3615d6997dd4399ed4e5734 (diff)
downloadbrdo-6b2038d762954dc0957d9d6abe5c01a901782500.tar.gz
brdo-6b2038d762954dc0957d9d6abe5c01a901782500.tar.bz2
- Removed a debug statement from the locale module. Thanks Gobar.
Diffstat (limited to 'modules/locale.module')
-rw-r--r--modules/locale.module2
1 files changed, 0 insertions, 2 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");