summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-28 11:38:58 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-28 11:38:58 +0000
commit7a388c3f709076890982a4475a19c1f58c2990cc (patch)
treef631b85c4b4014dcb3a3bc555441a2a2692063b7 /modules
parenteb7d6f05ffe630f74a964ae7713fcd4432cdfdde (diff)
downloadbrdo-7a388c3f709076890982a4475a19c1f58c2990cc.tar.gz
brdo-7a388c3f709076890982a4475a19c1f58c2990cc.tar.bz2
#206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly
Diffstat (limited to 'modules')
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 29ab4f117..0a59861cb 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -23,7 +23,7 @@
/**
* Identifies a content type which has translation support enabled.
*/
-define ('TRANSLATION_ENABLED', 2);
+define('TRANSLATION_ENABLED', 2);
/**
* Implementation of hook_help().