But it will ignored all the time. I found this in the FaqSerach.pm:
Code: Select all
if ( $Param{States} && ref $Param{States} eq 'HASH' && %{ $Param{States} } )
Here are the last try of the params:
also tryd it like this:[8] => SoapVar Object
(
[enc_type] => 101
[enc_value] => States
)
[9] => SoapVar Object
(
[enc_type] => 300
[enc_value] => Array
(
[0] => SoapVar Object
(
[enc_type] => 300
[enc_value] => Array
(
[2] => external
)
)
)
)
In the doc its declared like this:[8] => SoapVar Object
(
[enc_type] => 101
[enc_value] => States
)
[9] => SoapVar Object
(
[enc_type] => 300
[enc_value] => Array
(
[2] => external
)
)
can anyone help me? Have the same problem too with the FAQCount function.States => { # (optional)
1 => 'internal',
2 => 'external',
},