From 806d0a3dee25333558bb0a888c2a51c33f0723cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 5 Jul 2007 08:48:58 +0000 Subject: #156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes --- modules/translation/translation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/translation') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 4fe79fba9..4197e2763 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -229,7 +229,7 @@ function translation_nodeapi(&$node, $op, $teaser, $page) { } switch ($op) { - case 'prepare': + case 'prepare': if (empty($node->nid) && isset($_GET['translation']) && isset($_GET['language']) && ($source_nid = $_GET['translation']) && ($language = $_GET['language']) && (user_access('translate content'))) { -- cgit v1.2.3