From 99e27e29847ab105e3a57c7d2aa409c8d0e9b35e Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 5 Nov 2010 17:49:46 -0200 Subject: Coding standards --- node_truncate.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_truncate.module b/node_truncate.module index a906bfd..a6fc829 100644 --- a/node_truncate.module +++ b/node_truncate.module @@ -75,7 +75,7 @@ function node_truncate_form_submit($form, &$form_state) { $types = array_filter($form_state['values']['node_types']); variable_set('node_truncate_node_types', $types); - foreach($types as $type) { + foreach ($types as $type) { $operations[] = array('node_truncate', array($type)); } -- cgit v1.2.3