Skip to content

Commit d0c2fba

Browse files
committed
Removed unnecessary line of code
Signed-off-by: Kristián Feldsam <[email protected]>
1 parent 1deea34 commit d0c2fba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Silverpop/Util/ArrayToXml.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function _processArray( &$array, $level = 0, $parent = '' ) {
5151

5252
if ( isset( $this->_attribs[$tlevel][$name][$this->_rep[$name] - 1] ) && is_array( $this->_attribs[$tlevel][$name][$this->_rep[$name] - 1] ) ) {
5353
foreach ( (array) $this->_attribs[$tlevel][$name][$this->_rep[$name] - 1] as $aname => $avalue ) {
54-
//unset( $value[$aname] );
5554
$attrs .= " $aname=\"$avalue\"";
5655
}
5756
}

0 commit comments

Comments
 (0)