From 7a388c3f709076890982a4475a19c1f58c2990cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 28 Jan 2008 11:38:58 +0000 Subject: #206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly --- modules/translation/translation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(). -- cgit v1.2.3