diff options
author | Silvio <silvio@devlet.com.br> | 2010-11-05 17:49:46 -0200 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-11-05 17:49:46 -0200 |
commit | 99e27e29847ab105e3a57c7d2aa409c8d0e9b35e (patch) | |
tree | d5363002fc80b31bbf179a995a3d94ca269a1867 | |
parent | 6f4dbdc1131868d2f8f5ed059b1e4b7be09c68f1 (diff) | |
download | node_truncate-99e27e29847ab105e3a57c7d2aa409c8d0e9b35e.tar.gz node_truncate-99e27e29847ab105e3a57c7d2aa409c8d0e9b35e.tar.bz2 |
Coding standards
-rw-r--r-- | node_truncate.module | 2 |
1 files changed, 1 insertions, 1 deletions
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)); } |