| @@ 4016-4019 (lines=4) @@ | ||
| 4013 | $attrValue = $attrKVarr[0]; |
|
| 4014 | $attrKey = null; |
|
| 4015 | } |
|
| 4016 | elseif( 2 == count( $attrKVarr)) { |
|
| 4017 | $attrKey = strtolower( $attrKVarr[0] ); |
|
| 4018 | $attrValue = $attrKVarr[1]; |
|
| 4019 | } |
|
| 4020 | else { |
|
| 4021 | $attrKey = strtolower( $attrKVarr[0] ); |
|
| 4022 | unset( $attrKVarr[0] ); |
|
| @@ 4020-4024 (lines=5) @@ | ||
| 4017 | $attrKey = strtolower( $attrKVarr[0] ); |
|
| 4018 | $attrValue = $attrKVarr[1]; |
|
| 4019 | } |
|
| 4020 | else { |
|
| 4021 | $attrKey = strtolower( $attrKVarr[0] ); |
|
| 4022 | unset( $attrKVarr[0] ); |
|
| 4023 | $attrValue = implode( '=', $attrKVarr ); |
|
| 4024 | } |
|
| 4025 | if(( 'attach' == $label ) && ( in_array( $attrKey, array( 'fmttype', 'encoding', 'value' )))) { |
|
| 4026 | $attachInlineBinary = TRUE; |
|
| 4027 | if( 'fmttype' == $attrKey ) |
|