From: Helmut Hummel Date: Thu, 7 Apr 2011 21:52:43 +0000 (+0200) Subject: [CLEANUP] Replace spaces with tabs X-Git-Tag: TYPO3_4-6-0alpha1~74 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/9b3bf788c17538a22374cf21117c229317d5148c [CLEANUP] Replace spaces with tabs By fixing #25347 spaces were used as indention instead of tabs. Replace the spaces with tabs as a cleanup. Change-Id: I7f0005e7a53339c59a393fc8254c9fdd9ba87f23 Reviewed-on: http://review.typo3.org/1508 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel --- diff --git a/t3lib/tceforms/class.t3lib_tceforms_tree.php b/t3lib/tceforms/class.t3lib_tceforms_tree.php index b1ecd9a193c6..6443da1a61b8 100644 --- a/t3lib/tceforms/class.t3lib_tceforms_tree.php +++ b/t3lib/tceforms/class.t3lib_tceforms_tree.php @@ -66,9 +66,9 @@ class t3lib_TCEforms_Tree { $valueArray = array(); $selectedNodes = array(); - if($PA['itemFormElValue'] != 0) { - $valueArray = explode(',', $PA['itemFormElValue']); - } + if($PA['itemFormElValue'] != 0) { + $valueArray = explode(',', $PA['itemFormElValue']); + } if (count($valueArray)) { foreach ($valueArray as $selectedValue) {